Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp389 Loop *StillReachable = getInnermostLoopFor(LiveExitBlocks, L, LI); in handleDeadExits() local
393 if (StillReachable != OuterLoop) { in handleDeadExits()
394 LI.changeLoopFor(NewPreheader, StillReachable); in handleDeadExits()
395 removeBlockFromLoops(NewPreheader, OuterLoop, StillReachable); in handleDeadExits()
397 removeBlockFromLoops(BB, OuterLoop, StillReachable); in handleDeadExits()
399 if (StillReachable) in handleDeadExits()
400 StillReachable->addChildLoop(&L); in handleDeadExits()
408 while (FixLCSSALoop->getParentLoop() != StillReachable) in handleDeadExits()