Home | History | Annotate | Download | only in CodeGen

Lines Matching full:oldinst

409 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
411 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
413 MachineBasicBlock *CurMBB = OldInst->getParent();
415 TII->ReplaceTailWithBranchTo(OldInst, NewDest);