Searched defs:ReplaceTailWithBranchTo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
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 DTargetInstrInfo.cpp98 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
101 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, function in class:TargetInstrInfo
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);

Completed in 1192 milliseconds