Searched refs:NestedLoops (Results 1 – 5 of 5) sorted by relevance
409 TEST_F(SCCTest, NestedLoops) { in TEST_F() argument
1015 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local1018 NestedLoops.push_front(ML); in loopendPatternMatch()1020 if (NestedLoops.empty()) in loopendPatternMatch()1027 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()
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()
834 TEST_P(ValidateCFG, NestedLoops) { in TEST_P() argument