reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
142 if (!BI || !BI->isConditional() || !isa<Constant>(BI->getCondition())) 142 if (!BI || !BI->isConditional() || !isa<Constant>(BI->getCondition())) 142 if (!BI || !BI->isConditional() || !isa<Constant>(BI->getCondition())) 146 if (BI->getSuccessor(0) == BI->getSuccessor(1)) 146 if (BI->getSuccessor(0) == BI->getSuccessor(1)) 149 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition()); 153 addDeadEdge(BI->getOperandUse(Cond->getZExtValue() ? 1 : 2));