reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2180 if (!PN || PN->getParent() != BB || !PN->hasOneUse()) 2180 if (!PN || PN->getParent() != BB || !PN->hasOneUse()) 2180 if (!PN || PN->getParent() != BB || !PN->hasOneUse()) 2184 if (PN->getNumIncomingValues() == 1) { 2185 FoldSingleEntryPHINodes(PN->getParent()); 2202 for (unsigned i = 0, e = PN->getNumIncomingValues(); i != e; ++i) { 2203 ConstantInt *CB = dyn_cast<ConstantInt>(PN->getIncomingValue(i)); 2209 BasicBlock *PredBB = PN->getIncomingBlock(i);