Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReplaceTailWithBranchTo

391 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
393 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
397 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
805 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);