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

References

lib/CodeGen/IfConversion.cpp
  777       while (RFIE != RFIB && RFIE->isUnconditionalBranch())
  777       while (RFIE != RFIB && RFIE->isUnconditionalBranch())
  778         ++RFIE;
  783   while (RTIE != RTIB && RFIE != RFIB) {
  787     RFIE = skipDebugInstructionsForward(RFIE, RFIB);
  787     RFIE = skipDebugInstructionsForward(RFIE, RFIB);
  788     if (RTIE == RTIB || RFIE == RFIB)
  790     if (!RTIE->isIdenticalTo(*RFIE))
  797     ++RFIE;
  800   FIE = std::next(RFIE.getReverse());