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

/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp180 /// RemapInstruction - Convert the instruction operands from referencing the
183 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap, function in class:llvm
H A DLoopUnroll.cpp45 /// RemapInstruction - Convert the instruction operands from referencing the
47 static inline void RemapInstruction(Instruction *I, function
350 ::RemapInstruction(I, LastValueMap);

Completed in 1951 milliseconds