Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TBB

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