Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.h100 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
DBranchFolding.cpp396 void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst, in ReplaceTailWithBranchTo() argument
398 MachineBasicBlock *CurMBB = OldInst->getParent(); in ReplaceTailWithBranchTo()
400 TII->ReplaceTailWithBranchTo(OldInst, NewDest); in ReplaceTailWithBranchTo()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp204 MachineBasicBlock::iterator OldInst = I; in AnalyzeBranch() local
210 OldInst->eraseFromParent(); in AnalyzeBranch()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp318 const SwitchInst* OldInst = I->first; in cloneData() local
319 Value* NewI = VMap.lookup(OldInst); in cloneData()
323 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst]; in cloneData()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h835 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2244 MachineBasicBlock::iterator OldInst = I; in AnalyzeBranch() local
2251 OldInst->eraseFromParent(); in AnalyzeBranch()