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

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h37 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.cpp391 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
393 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, function in class:BranchFolder
397 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
812 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);
H A DTargetInstrInfo.cpp95 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
98 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, function in class:TargetInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h301 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
304 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,

Completed in 129 milliseconds