Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NewDest

392 /// after it, replacing it with an unconditional branch to NewDest.
394 MachineBasicBlock *NewDest) {
397 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
400 MaintainLiveIns(CurMBB, NewDest);