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);
  544   if (Cond.empty()) {
  569         TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  579       if (TII->reverseBranchCondition(Cond))
  582       TII->insertBranch(*this, FBB, nullptr, Cond, DL);
  585       TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  612         TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  620     Cond.clear();
  621     TII->insertBranch(*this, TBB, nullptr, Cond, DL);
  627     if (TII->reverseBranchCondition(Cond)) {
  629       Cond.clear();
  630       TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
  634     TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL);
  637     TII->insertBranch(*this, TBB, FallthroughBB, Cond, DL);