Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FBB

83     /// TargetInstrInfo::AnalyzeBranch() (i.e. TBB, FBB, and Cond), and its
218 MachineBasicBlock &FBB,
222 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra,
816 // TBB FBB
835 // FBB
858 // FBB
958 MachineBasicBlock *TBB = NULL, *FBB = NULL;
960 if (!TII->AnalyzeBranch(*BBI.BB, TBB, FBB, Cond))
961 BBI.BB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty());