Searched refs:RemapInstruction (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 170 RemapInstruction(&II, VMap, in CloneFunctionInto() 286 RemapInstruction(NewInst, VMap, in CloneBlock() 462 RemapInstruction(NewBB->getTerminator(), VMap, in CloneAndPruneIntoFromInst() 646 RemapInstruction(&Inst, VMap, in remapInstructionsInBlocks()
|
D | LoopUnrollRuntime.cpp | 639 RemapInstruction(&I, VMap, in UnrollRuntimeLoopRemainder()
|
D | SimplifyCFG.cpp | 2341 RemapInstruction(NewBonusInst, VMap, in FoldBranchToCommonDest() 2360 RemapInstruction(New, VMap, in FoldBranchToCommonDest()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 60 void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 41 static inline void RemapInstruction(Instruction *I, in RemapInstruction() function 301 ::RemapInstruction(I, LastValueMap); in UnrollLoop()
|
D | CloneFunction.cpp | 128 RemapInstruction(II, VMap, in CloneFunctionInto() 410 RemapInstruction(I, VMap, in CloneAndPruneFunctionInto()
|
D | ValueMapper.cpp | 160 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, in RemapInstruction() function in llvm
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 243 inline void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 248 RemapInstruction(C, ValueMap, in rotateLoop()
|
D | LoopUnswitch.cpp | 682 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries); in UnswitchNontrivialCondition()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 306 RemapInstruction(C, ValueMap, in rotateLoop()
|
D | LoopUnswitch.cpp | 1136 RemapInstruction(&I, VMap, in UnswitchNontrivialCondition()
|
D | InductiveRangeCheckElimination.cpp | 920 RemapInstruction(&I, Result.Map, in cloneLoop()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 831 RemapInstruction(I, ValueMap, RF_IgnoreMissingEntries, &TypeMap); in linkFunctionBody()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 789 RemapInstruction(&I, VMap, in cloneCommonBlocks()
|