Searched defs:RemapInstruction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp157 /// RemapInstruction - Convert the instruction operands from referencing the
160 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, function in class:llvm
H A DLoopUnroll.cpp39 /// RemapInstruction - Convert the instruction operands from referencing the
41 static inline void RemapInstruction(Instruction *I, function
327 ::RemapInstruction(I, LastValueMap);

Completed in 218 milliseconds