reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1130 if (!CondInst) { 1137 if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondInst)) { 1201 Value *SimplifyValue = CondInst; 1213 if (PHINode *PN = dyn_cast<PHINode>(CondInst)) 1220 if (ProcessThreadableEdges(CondInst, BB, Preference, Terminator)) 1225 if (PHINode *PN = dyn_cast<PHINode>(CondInst)) 1230 if (CondInst->getOpcode() == Instruction::Xor && 1231 CondInst->getParent() == BB && isa<BranchInst>(BB->getTerminator())) 1232 return ProcessBranchOnXOR(cast<BinaryOperator>(CondInst));