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

References

lib/CodeGen/MachineBasicBlock.cpp
  541   bool B = TII->analyzeBranch(*this, TBB, FBB, Cond);
  545     if (TBB) {
  548       if (isLayoutSuccessor(TBB))
  557         assert(!TBB && "Found more than one non-landing-pad successor!");
  558         TBB = *SI;
  563       if (!TBB)
  568       if (!isLayoutSuccessor(TBB))
  569         TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  578     if (isLayoutSuccessor(TBB)) {
  585       TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  595     if ((*SI)->isEHPad() || *SI == TBB)
  611       if (!isLayoutSuccessor(TBB))
  612         TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  621     TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  626   if (isLayoutSuccessor(TBB)) {
  637     TII->insertBranch(*this, TBB, FallthroughBB, Cond, DL);