Searched refs:RemapInstruction (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 85 void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 152 RemapInstruction(II, VMap, in CloneFunctionInto() 351 RemapInstruction(NewInst, VMap, in CloneBlock() 543 RemapInstruction(NewBB->getTerminator(), VMap, in CloneAndPruneIntoFromInst()
|
D | LoopUnroll.cpp | 49 static inline void RemapInstruction(Instruction *I, in RemapInstruction() function 395 ::RemapInstruction(I, LastValueMap); in UnrollLoop()
|
D | LoopUnrollRuntime.cpp | 410 RemapInstruction(I, VMap, in UnrollRuntimeLoopProlog()
|
D | ValueMapper.cpp | 346 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, in RemapInstruction() function in llvm
|
D | SimplifyCFG.cpp | 2203 RemapInstruction(NewBonusInst, VMap, in FoldBranchToCommonDest() 2222 RemapInstruction(New, VMap, in FoldBranchToCommonDest()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 443 RemapInstruction(C, ValueMap, in rotateLoop()
|
D | LoopUnswitch.cpp | 892 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
|
D | InductiveRangeCheckElimination.cpp | 942 RemapInstruction(&I, Result.Map, in cloneLoop()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1239 llvm::RemapInstruction(NewCall, VMap, RF_None, nullptr, &Materializer); in handleInvoke()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1205 RemapInstruction(&I, ValueMap, RF_IgnoreMissingEntries, &TypeMap, in linkFunctionBody()
|