Lines Matching refs:emitBlockAfter
8191 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitSelect()
8284 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore()
8334 MachineBasicBlock *HiEqMBB = SystemZ::emitBlockAfter(StartMBB); in emitICmp128Hi()
8419 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadBinary()
8515 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadMinMax()
8516 MachineBasicBlock *UseAltMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicLoadMinMax()
8517 MachineBasicBlock *UpdateMBB = SystemZ::emitBlockAfter(UseAltMBB); in emitAtomicLoadMinMax()
8621 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicCmpSwapW()
8622 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW()
8905 StartMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
8906 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
8907 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
8908 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
8924 MachineBasicBlock *MemsetOneCheckMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
8925 MachineBasicBlock *MemsetOneMBB = SystemZ::emitBlockAfter(&*MF.rbegin()); in emitMemMemWrapper()
8961 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
8962 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
9133 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitStringWrapper()
9253 MachineBasicBlock *LoopTestMBB = SystemZ::emitBlockAfter(StartMBB); in emitProbedAlloca()
9254 MachineBasicBlock *LoopBodyMBB = SystemZ::emitBlockAfter(LoopTestMBB); in emitProbedAlloca()
9255 MachineBasicBlock *TailTestMBB = SystemZ::emitBlockAfter(LoopBodyMBB); in emitProbedAlloca()
9256 MachineBasicBlock *TailMBB = SystemZ::emitBlockAfter(TailTestMBB); in emitProbedAlloca()