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()
905 if (FP.JoinB) { in convert()
906 assert(!SSB || SSB == FP.JoinB); in convert()
908 .addMBB(FP.JoinB); in convert()
909 FP.SplitB->addSuccessor(FP.JoinB); in convert()
941 if (FP.JoinB) { in convert()
942 updatePhiNodes(FP.JoinB, FP); in convert()