Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp147 std::vector<Loop *> GrandChildLoops; in INITIALIZE_PASS_DEPENDENCY() local
148 std::swap(GrandChildLoops, Child->getSubLoopsVector()); in INITIALIZE_PASS_DEPENDENCY()
149 for (auto *GrandChildLoop : GrandChildLoops) { in INITIALIZE_PASS_DEPENDENCY()