HomeSort by: relevance | last modified time | path
    Searched defs:get_last_stmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.h 283 gimple *get_last_stmt () const function in class:ana::supernode
292 gimple *stmt = get_last_stmt ();
572 return as_a <gswitch *> (m_src->get_last_stmt ());
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.h 276 gimple *get_last_stmt () const function in class:ana::supernode
285 gimple *stmt = get_last_stmt ();
560 return as_a <gswitch *> (m_src->get_last_stmt ());

Completed in 24 milliseconds