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

  /external/llvm/lib/Target/XCore/
XCoreFrameToArgsOffsetElim.cpp 55 MachineInstr *OldInst = MBBI;
56 unsigned Reg = OldInst->getOperand(0).getReg();
58 OldInst->eraseFromParent();
  /external/llvm/lib/CodeGen/
BranchFolding.h 122 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
BranchFolding.cpp 404 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
406 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
408 MachineBasicBlock *CurMBB = OldInst->getParent();
410 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 325 const SwitchInst *OldInst = I->first;
326 Value *NewI = VMap.lookup(OldInst);
330 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 452 milliseconds