Searched refs:CondBr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp813 BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); local
815 if (CondBr && CondConst && CondBr->isConditional()) {
818 CondConst, CondBr);
822 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true);
823 BranchInst::Create(CondBr->getSuccessor(ToKeep), CondBr);
824 CondBr->eraseFromParent();
840 if (CondBr && CondConst && TryToUnfoldSelect(CondCmp, BB))
1823 BranchInst *CondBr local
[all...]

Completed in 251 milliseconds