Searched refs:OldInst (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp55 MachineInstr *OldInst = MBBI; local
56 unsigned Reg = OldInst->getOperand(0).getReg();
58 OldInst->eraseFromParent();
/external/llvm/lib/CodeGen/
H A DBranchFolding.h123 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
H A DBranchFolding.cpp409 /// ReplaceTailWithBranchTo - Delete the instruction OldInst and everything
411 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, argument
413 MachineBasicBlock *CurMBB = OldInst->getParent();
415 TII->ReplaceTailWithBranchTo(OldInst, NewDest);
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp204 MachineBasicBlock::iterator OldInst = I; local
210 OldInst->eraseFromParent();
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp373 const SwitchInst *OldInst = I->first; local
374 Value *NewI = VMap.lookup(OldInst);
378 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3985 MachineBasicBlock::iterator OldInst = I; local
3992 OldInst->eraseFromParent();

Completed in 720 milliseconds