Searched refs:NestedLoops (Results 1 – 1 of 1) sorted by relevance
1040 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local1043 NestedLoops.push_front(ML); in loopendPatternMatch()1045 if (NestedLoops.size() == 0) in loopendPatternMatch()1052 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()