Lines Matching refs:emitBlockAfter

7643   MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB);  in emitSelect()
7736 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore()
7820 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadBinary()
7937 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicLoadMinMax()
7938 MachineBasicBlock *UseAltMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicLoadMinMax()
7939 MachineBasicBlock *UpdateMBB = SystemZ::emitBlockAfter(UseAltMBB); in emitAtomicLoadMinMax()
8046 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitAtomicCmpSwapW()
8047 MachineBasicBlock *SetMBB = SystemZ::emitBlockAfter(LoopMBB); in emitAtomicCmpSwapW()
8330 StartMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
8331 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
8332 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
8333 DoneMBB = SystemZ::emitBlockAfter(NextMBB); in emitMemMemWrapper()
8349 MachineBasicBlock *MemsetOneCheckMBB = SystemZ::emitBlockAfter(MBB); in emitMemMemWrapper()
8350 MachineBasicBlock *MemsetOneMBB = SystemZ::emitBlockAfter(&*MF.rbegin()); in emitMemMemWrapper()
8386 LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitMemMemWrapper()
8387 NextMBB = (EndMBB ? SystemZ::emitBlockAfter(LoopMBB) : LoopMBB); in emitMemMemWrapper()
8556 MachineBasicBlock *LoopMBB = SystemZ::emitBlockAfter(StartMBB); in emitStringWrapper()
8676 MachineBasicBlock *LoopTestMBB = SystemZ::emitBlockAfter(StartMBB); in emitProbedAlloca()
8677 MachineBasicBlock *LoopBodyMBB = SystemZ::emitBlockAfter(LoopTestMBB); in emitProbedAlloca()
8678 MachineBasicBlock *TailTestMBB = SystemZ::emitBlockAfter(LoopBodyMBB); in emitProbedAlloca()
8679 MachineBasicBlock *TailMBB = SystemZ::emitBlockAfter(TailTestMBB); in emitProbedAlloca()