Lines Matching refs:TpExit
11846 MachineBasicBlock *TpExit, Register OpSizeReg, in genTPEntry() argument
11870 .addMBB(TpExit); in genTPEntry()
11883 MachineBasicBlock *TpEntry, MachineBasicBlock *TpExit, in genTPLoopBody() argument
11980 .addMBB(TpExit) in genTPLoopBody()
12048 MachineBasicBlock *TpExit; in EmitInstrWithCustomInserter() local
12062 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12063 if (TpExit == BB) { in EmitInstrWithCustomInserter()
12066 TpExit = BB->getFallThrough(); in EmitInstrWithCustomInserter()
12068 .addMBB(TpExit) in EmitInstrWithCustomInserter()
12070 TpExit = BB->splitAt(MI, false); in EmitInstrWithCustomInserter()
12075 genTPEntry(TpEntry, TpLoopBody, TpExit, OpSizeReg, TII, dl, MRI); in EmitInstrWithCustomInserter()
12079 genTPLoopBody(TpLoopBody, TpEntry, TpExit, TII, dl, MRI, OpSrcReg, in EmitInstrWithCustomInserter()
12088 TpLoopBody->addSuccessor(TpExit); in EmitInstrWithCustomInserter()
12092 TpExit->moveAfter(TpLoopBody); in EmitInstrWithCustomInserter()
12099 return TpExit; in EmitInstrWithCustomInserter()