reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4575 int SwitchBBIdx = Phi.getBasicBlockIndex(SwitchBlock); 4576 if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue && 4577 count(Phi.blocks(), SwitchBlock) == 1) { 4578 Phi.setIncomingValue(SwitchBBIdx, SI->getCondition());