Searched defs:NewDest (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp383 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); local
384 if (isBlockInRange(MI, NewDest,
395 MI->getOperand(OpNum).setMBB(NewDest);
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp400 /// after it, replacing it with an unconditional branch to NewDest.
402 MachineBasicBlock *NewDest) {
405 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
408 MaintainLiveIns(CurMBB, NewDest);
401 ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, MachineBasicBlock *NewDest) argument
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1604 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); local
1605 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
1609 MI->getOperand(0).setMBB(NewDest);
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1629 MachineBasicBlock *NewDest = local
1631 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
1636 MI->getOperand(TargetOperand).setMBB(NewDest);

Completed in 181 milliseconds