reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/SimplifyCFG.cpp
 4575       int SwitchBBIdx = Phi.getBasicBlockIndex(SwitchBlock);
 4576       if (Phi.getIncomingValue(SwitchBBIdx) == CaseValue &&
 4577           count(Phi.blocks(), SwitchBlock) == 1) {
 4578         Phi.setIncomingValue(SwitchBBIdx, SI->getCondition());