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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 432 edge static_exit = static_loop_exit (loop, header, *ranger, query); local
436 if (static_exit && static_exits)
438 static_exits->add (static_exit);
442 static_exit->src->index);
469 if (static_exit)

Completed in 15 milliseconds