Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp144 std::vector<Loop *> GrandChildLoops; in INITIALIZE_PASS_DEPENDENCY() local
145 std::swap(GrandChildLoops, Child->getSubLoopsVector()); in INITIALIZE_PASS_DEPENDENCY()
146 for (auto *GrandChildLoop : GrandChildLoops) { in INITIALIZE_PASS_DEPENDENCY()