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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1047           (isa<PHINode>(I) || isa<LandingPadInst>(I) || isa<CatchPadInst>(I)) &&
 1047           (isa<PHINode>(I) || isa<LandingPadInst>(I) || isa<CatchPadInst>(I)) &&
 1047           (isa<PHINode>(I) || isa<LandingPadInst>(I) || isa<CatchPadInst>(I)) &&
 1050       assert(VMap.lookup(&I) == &ClonedI && "Mismatch in the value map!");
 1053           PHINode::Create(I.getType(), /*NumReservedValues*/ 2, ".us-phi",
 1055       I.replaceAllUsesWith(MergePN);
 1056       MergePN->addIncoming(&I, ExitBB);