Searched refs:tailMBB (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 668 MachineBasicBlock *tailMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local 672 MF.insert(MBBIter, tailMBB); in emitStackProbeInlineGenericLoop() 716 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop() 719 tailMBB->splice(tailMBB->end(), &MBB, MBBI, MBB.end()); in emitStackProbeInlineGenericLoop() 720 tailMBB->transferSuccessorsAndUpdatePHIs(&MBB); in emitStackProbeInlineGenericLoop() 727 BuildMI(*tailMBB, tailMBB->begin(), DL, TII.get(Opc), StackPtr) in emitStackProbeInlineGenericLoop() 735 recomputeLiveIns(*tailMBB); in emitStackProbeInlineGenericLoop()
|
| H A D | X86ISelLowering.cpp | 32800 MachineBasicBlock *tailMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local 32806 MF->insert(MBBIter, tailMBB); in EmitLoweredProbedAlloca() 32834 .addMBB(tailMBB) in EmitLoweredProbedAlloca() 32837 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca() 32866 BuildMI(tailMBB, DL, TII->get(TargetOpcode::COPY), MI.getOperand(0).getReg()) in EmitLoweredProbedAlloca() 32869 tailMBB->splice(tailMBB->end(), MBB, in EmitLoweredProbedAlloca() 32871 tailMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitLoweredProbedAlloca() 32878 return tailMBB; in EmitLoweredProbedAlloca()
|