Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp149 for (auto *GrandChildLoop : GrandChildLoops) { in INITIALIZE_PASS_DEPENDENCY() local
150 GrandChildLoop->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
151 NewLoop->addChildLoop(GrandChildLoop); in INITIALIZE_PASS_DEPENDENCY()