HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceTailWithBranchTo (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 36 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
Thumb2InstrInfo.cpp 50 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
55 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
69 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
  /external/llvm/lib/CodeGen/
BranchFolding.h 100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 399 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
401 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
405 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
819 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);
    [all...]
TargetInstrInfo.cpp 98 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
101 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 329 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
332 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]

Completed in 1595 milliseconds