Searched refs:NewDest (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h37 MachineBasicBlock *NewDest) const override;
H A DThumb2InstrInfo.cpp51 MachineBasicBlock *NewDest) const {
55 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
69 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
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/CodeGen/
H A DBranchFolding.h101 MachineBasicBlock *NewDest);
H A DTargetInstrInfo.cpp99 /// after it, replacing it with an unconditional branch to NewDest.
102 MachineBasicBlock *NewDest) const {
113 if (++MachineFunction::iterator(MBB) != MachineFunction::iterator(NewDest))
114 InsertBranch(*MBB, NewDest, nullptr, SmallVector<MachineOperand, 0>(),
116 MBB->addSuccessor(NewDest);
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/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/Target/Mips/
H A DMipsConstantIslandPass.cpp1629 MachineBasicBlock *NewDest = local
1631 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
1636 MI->getOperand(TargetOperand).setMBB(NewDest);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h330 /// after it, replacing it with an unconditional branch to NewDest. This is
333 MachineBasicBlock *NewDest) const;

Completed in 221 milliseconds