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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h38 MachineBasicBlock *NewDest) const;
H A DThumb2InstrInfo.cpp52 MachineBasicBlock *NewDest) const {
56 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
70 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);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBranchFolding.h101 MachineBasicBlock *NewDest);
H A DTargetInstrInfo.cpp97 /// after it, replacing it with an unconditional branch to NewDest.
100 MachineBasicBlock *NewDest) const {
111 if (++MachineFunction::iterator(MBB) != MachineFunction::iterator(NewDest))
112 InsertBranch(*MBB, NewDest, 0, SmallVector<MachineOperand, 0>(),
114 MBB->addSuccessor(NewDest);
H A DBranchFolding.cpp392 /// after it, replacing it with an unconditional branch to NewDest.
394 MachineBasicBlock *NewDest) {
397 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
400 MaintainLiveIns(CurMBB, NewDest);
393 ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, MachineBasicBlock *NewDest) argument
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp539 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); local
540 if (isBBInRange(MI, NewDest, Br.OffsetBits)) {
545 MI->getOperand(CondBrMBBOperand).setMBB(NewDest);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1451 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); local
1452 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
1456 MI->getOperand(0).setMBB(NewDest);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h319 /// after it, replacing it with an unconditional branch to NewDest. This is
322 MachineBasicBlock *NewDest) const;

Completed in 95 milliseconds