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

References

lib/Transforms/Scalar/JumpThreading.cpp
  479   assert(StopAt->getParent() == BB && "Not an instruction from proper BB?");
  487   if (BB->getTerminator() == StopAt) {
  491     if (isa<SwitchInst>(StopAt))
  495     if (isa<IndirectBrInst>(StopAt))
  506   for (; &*I != StopAt; ++I) {