Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1015 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
1018 NestedLoops.push_front(ML); in loopendPatternMatch()
1020 if (NestedLoops.empty()) in loopendPatternMatch()
1027 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()