Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FBB

397   MachineBasicBlock *TBB = nullptr, *FBB = nullptr;
400 bool B = TII->AnalyzeBranch(*this, TBB, FBB, Cond);
431 if (FBB) {
439 TII->InsertBranch(*this, FBB, nullptr, Cond, dl);
440 } else if (isLayoutSuccessor(FBB)) {
646 MachineBasicBlock *TBB = nullptr, *FBB = nullptr;
649 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond)) {
664 MachineFunction::iterator(FBB) == Fallthrough)
673 return FBB == nullptr;
694 MachineBasicBlock *TBB = nullptr, *FBB = nullptr;
696 if (TII->AnalyzeBranch(*this, TBB, FBB, Cond))
703 if (TBB && TBB == FBB) {