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

References

lib/CodeGen/BranchRelaxation.cpp
  339   bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond);
  353     if (FBB && isBlockInRange(MI, *FBB)) {
  353     if (FBB && isBlockInRange(MI, *FBB)) {
  366       insertBranch(MBB, FBB, TBB, Cond);
  370     if (FBB) {
  375       insertUncondBranch(NewBB, FBB);
  378       MBB->replaceSuccessor(FBB, NewBB);
  379       NewBB->addSuccessor(FBB);
  402   if (!FBB)
  403     FBB = &(*std::next(MachineFunction::iterator(MBB)));
  422                     << "  Insert B to " << printMBBReference(*FBB) << ".\n"
  432   insertBranch(MBB, NewBB, FBB, Cond);