HomeSort by relevance Sort by last modified time
    Searched defs:RemapInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 172 /// RemapInstruction - Convert the instruction operands from referencing the
175 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap,
LoopUnroll.cpp 39 /// RemapInstruction - Convert the instruction operands from referencing the
41 static inline void RemapInstruction(Instruction *I,
327 ::RemapInstruction(I, LastValueMap);

Completed in 31 milliseconds