Searched refs:tailMBB (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 649 MachineBasicBlock *tailMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local 653 MF.insert(MBBIter, tailMBB); in emitStackProbeInlineGenericLoop() 697 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop() 700 tailMBB->splice(tailMBB->end(), &MBB, MBBI, MBB.end()); in emitStackProbeInlineGenericLoop() 701 tailMBB->transferSuccessorsAndUpdatePHIs(&MBB); in emitStackProbeInlineGenericLoop() 708 BuildMI(*tailMBB, tailMBB->begin(), DL, TII.get(Opc), StackPtr) in emitStackProbeInlineGenericLoop() 716 recomputeLiveIns(*tailMBB); in emitStackProbeInlineGenericLoop()
|
D | X86ISelLowering.cpp | 32303 MachineBasicBlock *tailMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local 32309 MF->insert(MBBIter, tailMBB); in EmitLoweredProbedAlloca() 32337 .addMBB(tailMBB) in EmitLoweredProbedAlloca() 32340 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca() 32369 BuildMI(tailMBB, DL, TII->get(TargetOpcode::COPY), MI.getOperand(0).getReg()) in EmitLoweredProbedAlloca() 32372 tailMBB->splice(tailMBB->end(), MBB, in EmitLoweredProbedAlloca() 32374 tailMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitLoweredProbedAlloca() 32381 return tailMBB; in EmitLoweredProbedAlloca()
|