Home
last modified time | relevance | path

Searched refs:NestedLoops (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp1080 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
1083 NestedLoops.push_front(ML); in loopendPatternMatch()
1085 if (NestedLoops.size() == 0) in loopendPatternMatch()
1092 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()