Home
last modified time | relevance | path

Searched refs:RemapInstruction (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h85 void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp152 RemapInstruction(II, VMap, in CloneFunctionInto()
351 RemapInstruction(NewInst, VMap, in CloneBlock()
543 RemapInstruction(NewBB->getTerminator(), VMap, in CloneAndPruneIntoFromInst()
DLoopUnroll.cpp49 static inline void RemapInstruction(Instruction *I, in RemapInstruction() function
395 ::RemapInstruction(I, LastValueMap); in UnrollLoop()
DLoopUnrollRuntime.cpp410 RemapInstruction(I, VMap, in UnrollRuntimeLoopProlog()
DValueMapper.cpp346 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, in RemapInstruction() function in llvm
DSimplifyCFG.cpp2203 RemapInstruction(NewBonusInst, VMap, in FoldBranchToCommonDest()
2222 RemapInstruction(New, VMap, in FoldBranchToCommonDest()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp443 RemapInstruction(C, ValueMap, in rotateLoop()
DLoopUnswitch.cpp892 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
DInductiveRangeCheckElimination.cpp942 RemapInstruction(&I, Result.Map, in cloneLoop()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1239 llvm::RemapInstruction(NewCall, VMap, RF_None, nullptr, &Materializer); in handleInvoke()
/external/llvm/lib/Linker/
DLinkModules.cpp1205 RemapInstruction(&I, ValueMap, RF_IgnoreMissingEntries, &TypeMap, in linkFunctionBody()