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

References

lib/Transforms/Scalar/JumpThreading.cpp
 2690   Value *GuardCond = Guard->getArgOperand(0);
 2717   Instruction *AfterGuard = Guard->getNextNode();
 2730       BB, PredUnguardedBlock, Guard, UnguardedMapping, *DTU);
 2732   LLVM_DEBUG(dbgs() << "Moved guard " << *Guard << " to block "