Lines Matching refs:JoinB
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
130 MachineBasicBlock *JoinB = nullptr; member
149 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<()
434 if (FP.JoinB) { in isValid()
435 const MachineBasicBlock &B = *FP.JoinB; in isValid()
569 if (FP.JoinB) { in isProfitable()
570 TotalPh = computePhiCost(FP.JoinB, FP); in isProfitable()
571 PredDefs += countPredicateDefs(FP.JoinB); in isProfitable()
907 if (FP.JoinB) { in convert()
908 assert(!SSB || SSB == FP.JoinB); in convert()
910 .addMBB(FP.JoinB); in convert()
911 FP.SplitB->addSuccessor(FP.JoinB); in convert()
943 if (FP.JoinB) { in convert()
944 updatePhiNodes(FP.JoinB, FP); in convert()