Lines Matching defs:TpExit
11894 MachineBasicBlock *TpExit, Register OpSizeReg,
11918 .addMBB(TpExit);
11931 MachineBasicBlock *TpEntry, MachineBasicBlock *TpExit,
12028 .addMBB(TpExit)
12096 MachineBasicBlock *TpExit;
12110 TpExit = BB->splitAt(MI, false);
12111 if (TpExit == BB) {
12114 TpExit = BB->getFallThrough();
12116 .addMBB(TpExit)
12118 TpExit = BB->splitAt(MI, false);
12123 genTPEntry(TpEntry, TpLoopBody, TpExit, OpSizeReg, TII, dl, MRI);
12127 genTPLoopBody(TpLoopBody, TpEntry, TpExit, TII, dl, MRI, OpSrcReg,
12136 TpLoopBody->addSuccessor(TpExit);
12140 TpExit->moveAfter(TpLoopBody);
12147 return TpExit;