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

  /external/llvm/lib/CodeGen/
BranchFolding.h 100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 394 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
396 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
398 MachineBasicBlock *CurMBB = OldInst->getParent();
400 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 204 MachineBasicBlock::iterator OldInst = I;
210 OldInst->eraseFromParent();
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 318 const SwitchInst* OldInst = I->first;
319 Value* NewI = VMap.lookup(OldInst);
323 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 302 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 136 milliseconds