Lines Matching refs:TrueB
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
128 MachineBasicBlock *TrueB = nullptr; member
147 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<()
420 if (FP.TrueB && !isValidCandidate(FP.TrueB)) in isValid()
465 if (BB == FP.SplitB || BB == FP.TrueB || BB == FP.FalseB) in computePhiCost()
508 if (MBPI && FP.TrueB && !FP.FalseB && in isProfitable()
509 (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) < JumpProb || in isProfitable()
510 MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob)) in isProfitable()
513 if (MBPI && !FP.TrueB && FP.FalseB && in isProfitable()
518 if (FP.TrueB && FP.FalseB) { in isProfitable()
521 if (MBPI->getEdgeProbability(FP.SplitB, FP.TrueB) > Prob) in isProfitable()
529 MachineBasicBlock *TSB = *FP.TrueB->succ_begin(); in isProfitable()
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare); in isProfitable()
573 if (FP.TrueB && !FP.TrueB->succ_empty()) { in isProfitable()
574 MachineBasicBlock *SB = *FP.TrueB->succ_begin(); in isProfitable()
821 else if (BO.getMBB() == FP.TrueB) in updatePhiNodes()
863 if (FP.TrueB) { in convert()
864 TSB = *FP.TrueB->succ_begin(); in convert()
865 predicateBlockNB(FP.SplitB, OldTI, FP.TrueB, FP.PredR, true); in convert()
894 if (T != FP.TrueB && T != FP.FalseB) { in convert()
1026 if (FP.TrueB) in simplifyFlowGraph()
1027 removeBlock(FP.TrueB); in simplifyFlowGraph()