Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp973 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
976 NestedLoops.push_front(ML); in loopendPatternMatch()
978 if (NestedLoops.empty()) in loopendPatternMatch()
985 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()