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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp733 Instruction *CondInst = dyn_cast<Instruction>(Condition); local
736 if (CondInst == 0) {
744 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondInst)) {
792 Value *SimplifyValue = CondInst;
808 if (ProcessThreadableEdges(CondInst, BB, Preference))
813 if (PHINode *PN = dyn_cast<PHINode>(CondInst))
819 if (CondInst->getOpcode() == Instruction::Xor &&
820 CondInst->getParent() == BB && isa<BranchInst>(BB->getTerminator()))
821 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst));

Completed in 95 milliseconds