Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp990 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
993 NestedLoops.push_front(ML); in loopendPatternMatch()
995 if (NestedLoops.empty()) in loopendPatternMatch()
1002 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()