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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 503 bool ends_in_call;
517 ends_in_call = block_ends_with_call_p (bb);
541 if (ends_in_call)
502 bool ends_in_call; local
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 503 bool ends_in_call;
517 ends_in_call = block_ends_with_call_p (bb);
541 if (ends_in_call)
502 bool ends_in_call; local

Completed in 18 milliseconds