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