Home
last modified time | relevance | path

Searched refs:tailMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp792 MachineBasicBlock *tailMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInlineGenericLoop() local
796 MF.insert(MBBIter, tailMBB); in emitStackProbeInlineGenericLoop()
857 testMBB->addSuccessor(tailMBB); in emitStackProbeInlineGenericLoop()
860 tailMBB->splice(tailMBB->end(), &MBB, MBBI, MBB.end()); in emitStackProbeInlineGenericLoop()
861 tailMBB->transferSuccessorsAndUpdatePHIs(&MBB); in emitStackProbeInlineGenericLoop()
866 MachineBasicBlock::iterator TailMBBIter = tailMBB->begin(); in emitStackProbeInlineGenericLoop()
868 BuildStackAdjustment(*tailMBB, TailMBBIter, DL, -TailOffset, in emitStackProbeInlineGenericLoop()
882 BuildCFI(*tailMBB, TailMBBIter, DL, in emitStackProbeInlineGenericLoop()
890 anyChange = recomputeLiveIns(*tailMBB) || recomputeLiveIns(*testMBB); in emitStackProbeInlineGenericLoop()
H A DX86ISelLowering.cpp34720 MachineBasicBlock *tailMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredProbedAlloca() local
34726 MF->insert(MBBIter, tailMBB); in EmitLoweredProbedAlloca()
34754 .addMBB(tailMBB) in EmitLoweredProbedAlloca()
34757 testMBB->addSuccessor(tailMBB); in EmitLoweredProbedAlloca()
34785 BuildMI(tailMBB, MIMD, TII->get(TargetOpcode::COPY), in EmitLoweredProbedAlloca()
34789 tailMBB->splice(tailMBB->end(), MBB, in EmitLoweredProbedAlloca()
34791 tailMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitLoweredProbedAlloca()
34798 return tailMBB; in EmitLoweredProbedAlloca()