Lines Matching refs:TSB
278 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : 0; in matchFlowPattern() local
284 if (TSB == FSB) in matchFlowPattern()
285 JB = TSB; in matchFlowPattern()
289 if (TSB == FB) { in matchFlowPattern()
487 MachineBasicBlock *TSB = *FP.TrueB->succ_begin(); in isProfitable() local
489 if (TSB != FSB) in isProfitable()
491 if (TSB->pred_size() != 2) in isProfitable()
826 MachineBasicBlock *TSB = 0, *FSB = 0; in convert() local
832 TSB = *FP.TrueB->succ_begin(); in convert()
880 if (TSB) { in convert()
883 .addMBB(TSB); in convert()
884 FP.SplitB->addSuccessor(TSB); in convert()
912 if (TSB) in convert()
913 updatePhiNodes(TSB, FP); in convert()