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

/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp55 static inline void remapInstruction(Instruction *I, function
485 ::remapInstruction(&I, LastValueMap);
H A DValueMapper.cpp134 void remapInstruction(Instruction *I);
854 void Mapper::remapInstruction(Instruction *I) { function in class:Mapper
935 remapInstruction(&I);
1092 void ValueMapper::remapInstruction(Instruction &I) { function in class:ValueMapper
1093 FlushingMapper(pImpl)->remapInstruction(&I);

Completed in 289 milliseconds