Searched refs:ReplaceTailWithBranchTo (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h36 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
H A DThumb2InstrInfo.cpp50 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, function in class:Thumb2InstrInfo
55 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
69 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
/external/llvm/lib/CodeGen/
H A DBranchFolding.h100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
H A DBranchFolding.cpp399 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
401 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, function in class:BranchFolder
405 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
819 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);
H A DTargetInstrInfo.cpp98 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
101 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, function in class:TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h329 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
332 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,

Completed in 81 milliseconds