Lines Matching refs:emitBlockAfter

8356   MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB);  in emitSelect()
8449 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore()
8500 MachineBasicBlock *HiEqMBB = SystemZ::emitBlockAfter(StartMBB); in emitICmp128Hi()
8585 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadBinary()
8681 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadMinMax()
8682 MachineBasicBlock *UseAltMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicLoadMinMax()
8683 MachineBasicBlock *UpdateMBB = SystemZ::emitBlockAfter(UseAltMBB); in emitAtomicLoadMinMax()
8787 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicCmpSwapW()
8788 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW()
9063 StartMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
9064 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
9065 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
9066 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
9082 MachineBasicBlock *MemsetOneCheckMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
9083 MachineBasicBlock *MemsetOneMBB = SystemZ::emitBlockAfter(&*MF.rbegin()); in emitMemMemWrapper()
9119 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
9120 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
9291 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitStringWrapper()
9411 MachineBasicBlock *LoopTestMBB = SystemZ::emitBlockAfter(StartMBB); in emitProbedAlloca()
9412 MachineBasicBlock *LoopBodyMBB = SystemZ::emitBlockAfter(LoopTestMBB); in emitProbedAlloca()
9413 MachineBasicBlock *TailTestMBB = SystemZ::emitBlockAfter(LoopBodyMBB); in emitProbedAlloca()
9414 MachineBasicBlock *TailMBB = SystemZ::emitBlockAfter(TailTestMBB); in emitProbedAlloca()