Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3104 auto *OutOfLoopSucc = InLoopSucc == TI->getSuccessor(0) ? TI->getSuccessor(1) in injectPendingInvariantConditions() local
3108 assert(!L.contains(OutOfLoopSucc) && "Not supported yet!"); in injectPendingInvariantConditions()
3145 OutOfLoopSucc->replacePhiUsesWith(BB, CheckBlock); in injectPendingInvariantConditions()
3150 { DominatorTree::Insert, CheckBlock, OutOfLoopSucc }, in injectPendingInvariantConditions()
3151 { DominatorTree::Delete, BB, OutOfLoopSucc } in injectPendingInvariantConditions()