Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1040 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
1043 NestedLoops.push_front(ML); in loopendPatternMatch()
1045 if (NestedLoops.size() == 0) in loopendPatternMatch()
1052 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()