Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FBB

88     /// TargetInstrInfo::AnalyzeBranch() (i.e. TBB, FBB, and Cond), and its
225 MachineBasicBlock &FBB,
229 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra,
823 // TBB FBB
842 // FBB
865 // FBB
965 MachineBasicBlock *TBB = nullptr, *FBB = nullptr;
967 if (!TII->AnalyzeBranch(*BBI.BB, TBB, FBB, Cond))
968 BBI.BB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty());