Lines Matching defs:testMBB
790 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB);
794 MF.insert(MBBIter, testMBB);
833 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize,
838 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc))
845 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr))
851 BuildMI(testMBB, DL, TII.get(X86::JCC_1))
852 .addMBB(testMBB)
855 testMBB->addSuccessor(testMBB);
856 testMBB->addSuccessor(tailMBB);
861 MBB.addSuccessor(testMBB);
887 fullyRecomputeLiveIns({tailMBB, testMBB});