Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DFixIrreducible.cpp146 for (auto *GrandChildLoop : GrandChildLoops) { in INITIALIZE_PASS_DEPENDENCY() local
147 GrandChildLoop->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
148 NewLoop->addChildLoop(GrandChildLoop); in INITIALIZE_PASS_DEPENDENCY()