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.cpp982 std::deque<MachineLoop *> NestedLoops; in loopendPatternMatch() local
985 NestedLoops.push_front(ML); in loopendPatternMatch()
987 if (NestedLoops.empty()) in loopendPatternMatch()
994 for (MachineLoop *ExaminedLoop : NestedLoops) { in loopendPatternMatch()