Lines Matching refs:TrueBB

147       MachineBasicBlock *TrueBB = nullptr;  member
400 return BBI.IsBrAnalyzable && BBI.TrueBB == nullptr; in blockAlwaysFallThrough()
515 : BBI.TrueBB->getNumber()) in INITIALIZE_PASS_DEPENDENCY()
540 << " (T:" << BBI.TrueBB->getNumber() in INITIALIZE_PASS_DEPENDENCY()
557 << " (T:" << BBI.TrueBB->getNumber() in INITIALIZE_PASS_DEPENDENCY()
569 << " (T:" << BBI.TrueBB->getNumber() in INITIALIZE_PASS_DEPENDENCY()
609 MachineBasicBlock *TrueBB) { in findFalseBlock() argument
611 if (SuccBB != TrueBB) in findFalseBlock()
623 TII->insertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl); in reverseBranchCondition()
624 std::swap(BBI.TrueBB, BBI.FalseBB); in reverseBranchCondition()
684 if (TrueBBI.TrueBB && TrueBBI.BrCond.empty()) in ValidTriangle()
689 ? TrueBBI.TrueBB : TrueBBI.FalseBB; in ValidTriangle()
700 MachineBasicBlock *TExit = FalseBranch ? TrueBBI.FalseBB : TrueBBI.TrueBB; in ValidTriangle()
895 MachineBasicBlock *TT = TrueBBI.TrueBB; in ValidForkedDiamond()
897 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidForkedDiamond()
970 MachineBasicBlock *TT = TrueBBI.TrueBB; in ValidDiamond()
971 MachineBasicBlock *FT = FalseBBI.TrueBB; in ValidDiamond()
1023 BBI.TrueBB = BBI.FalseBB = nullptr; in AnalyzeBranches()
1026 !TII->analyzeBranch(*BBI.BB, BBI.TrueBB, BBI.FalseBB, BBI.BrCond); in AnalyzeBranches()
1028 BBI.TrueBB = nullptr; in AnalyzeBranches()
1042 BBI.FalseBB = findFalseBlock(BBI.BB, BBI.TrueBB); in AnalyzeBranches()
1248 if (BBI.TrueBB == BB || BBI.FalseBB == BB) { in AnalyzeBlock()
1266 BBStack.push_back(*BBI.TrueBB); in AnalyzeBlock()
1270 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in AnalyzeBlock()
1520 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertSimple()
1605 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertTriangle()
1996 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertForkedDiamond()
2016 TII->insertBranch(*BBI.BB, TrueBBI.TrueBB, TrueBBI.FalseBB, in IfConvertForkedDiamond()
2031 BBInfo &TrueBBI = BBAnalysis[BBI.TrueBB->getNumber()]; in IfConvertDiamond()
2033 MachineBasicBlock *TailBB = TrueBBI.TrueBB; in IfConvertDiamond()
2038 TailBB = FalseBBI.TrueBB; in IfConvertDiamond()