Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:TBB

81     /// TargetInstrInfo::AnalyzeBranch() (i.e. TBB, FBB, and Cond), and its
212 bool MeetIfcvtSizeLimit(MachineBasicBlock &TBB,
218 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra,
808 // TBB FBB
825 // | TBB
848 // | TBB---> exit
950 MachineBasicBlock *TBB = NULL, *FBB = NULL;
952 if (!TII->AnalyzeBranch(*BBI.BB, TBB, FBB, Cond))
953 BBI.BB->CorrectExtraCFGEdges(TBB, FBB, !Cond.empty());