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

References

lib/CodeGen/MachineBasicBlock.cpp
  597     assert(!FallthroughBB && "Found more than one fallthrough successor.");
  598     FallthroughBB = *SI;
  601   if (!FallthroughBB) {
  630       TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
  634     TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
  635   } else if (!isLayoutSuccessor(FallthroughBB)) {
  637     TII->insertBranch(*this, TBB, FallthroughBB, Cond, DL);