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.cpp3069 /// br i1 %variant_cond, label InLoopSucc, label OutOfLoopSucc
3079 /// br i1 %variant_cond, label InLoopSucc, label OutOfLoopSucc
3097 auto *OutOfLoopSucc = InLoopSucc == TI->getSuccessor(0) ? TI->getSuccessor(1) in injectPendingInvariantConditions()
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()
3096 auto *OutOfLoopSucc = InLoopSucc == TI->getSuccessor(0) ? TI->getSuccessor(1) injectPendingInvariantConditions() local