Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HLoopInformation

30 static bool IsLoopExit(HLoopInformation* current, HLoopInformation* to) {
35 static bool IsLoop(HLoopInformation* info) {
39 static bool InSameLoop(HLoopInformation* first_loop, HLoopInformation* second_loop) {
43 static bool IsInnerLoop(HLoopInformation* outer, HLoopInformation* inner) {
66 HLoopInformation* my_loop = block->GetLoopInformation();
67 HLoopInformation* first_loop = first_successor->GetLoopInformation();
68 HLoopInformation* second_loop = second_successor->GetLoopInformation();