Lines Matching defs:testMBB
800 MachineBasicBlock *testMBB = MF.CreateMachineBasicBlock(LLVM_BB);
804 MF.insert(MBBIter, testMBB);
862 BuildStackAdjustment(*testMBB, testMBB->end(), DL, -StackProbeSize,
867 addRegOffset(BuildMI(testMBB, DL, TII.get(MovMIOpc))
874 BuildMI(testMBB, DL, TII.get(Uses64BitFramePtr ? X86::CMP64rr : X86::CMP32rr))
880 BuildMI(testMBB, DL, TII.get(X86::JCC_1))
881 .addMBB(testMBB)
884 testMBB->addSuccessor(testMBB);
885 testMBB->addSuccessor(tailMBB);
890 MBB.addSuccessor(testMBB);
916 fullyRecomputeLiveIns({tailMBB, testMBB});