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 343 /// RemapInstruction - Convert the instruction operands from referencing the
346 void llvm::RemapInstruction(Instruction *I, ValueToValueMapTy &VMap,
LoopUnroll.cpp 47 /// RemapInstruction - Convert the instruction operands from referencing the
49 static inline void RemapInstruction(Instruction *I,
395 ::RemapInstruction(I, LastValueMap);

Completed in 223 milliseconds