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