Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OldInst

383 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
385 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
387 MachineBasicBlock *CurMBB = OldInst->getParent();
389 TII->ReplaceTailWithBranchTo(OldInst, NewDest);