Searched defs:IsLoopExit (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc30 static bool IsLoopExit(HLoopInformation* current, HLoopInformation* to) { function in namespace:art
72 } else if (IsLoopExit(my_loop, second_loop) && InSameLoop(my_loop, first_loop)) {

Completed in 788 milliseconds