Home
last modified time | relevance | path

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

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