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

/external/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h85 void RemapInstruction(Instruction *I, ValueToValueMapTy &VM,
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp47 /// RemapInstruction - Convert the instruction operands from referencing the
49 static inline void RemapInstruction(Instruction *I, function
395 ::RemapInstruction(I, LastValueMap);
H A DCloneFunction.cpp152 RemapInstruction(II, VMap,
351 RemapInstruction(NewInst, VMap,
543 RemapInstruction(NewBB->getTerminator(), VMap,
H A DLoopUnrollRuntime.cpp410 RemapInstruction(I, VMap,
H A DValueMapper.cpp343 /// RemapInstruction - Convert the instruction operands from referencing the
346 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, function in class:llvm
H A DSimplifyCFG.cpp2203 RemapInstruction(NewBonusInst, VMap,
2222 RemapInstruction(New, VMap,
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp443 RemapInstruction(C, ValueMap,
H A DLoopUnswitch.cpp892 RemapInstruction(I, VMap,RF_NoModuleLevelChanges|RF_IgnoreMissingEntries);
H A DInductiveRangeCheckElimination.cpp942 RemapInstruction(&I, Result.Map,
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1239 llvm::RemapInstruction(NewCall, VMap, RF_None, nullptr, &Materializer);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1205 RemapInstruction(&I, ValueMap, RF_IgnoreMissingEntries, &TypeMap,
1561 // linkGlobalValueBody() eventually calls RemapInstruction() and therefore

Completed in 1031 milliseconds