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 37 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
Thumb2InstrInfo.cpp 49 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
54 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
68 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest);
  /external/llvm/lib/CodeGen/
BranchFolding.h 100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 391 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
393 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
397 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
805 ReplaceTailWithBranchTo(SameTails[i].getTailStartPos(), MBB);
    [all...]
TargetInstrInfo.cpp 95 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
98 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 293 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
296 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
    [all...]

Completed in 395 milliseconds