Home
last modified time | relevance | path

Searched refs:FlushingMapper (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1127 class FlushingMapper { class
1131 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() function in __anon1394dca00811::FlushingMapper
1135 ~FlushingMapper() { M.flush(); } in ~FlushingMapper()
1156 FlushingMapper(pImpl)->addFlags(Flags); in addFlags()
1160 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1168 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1176 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
1180 FlushingMapper(pImpl)->remapFunction(F); in remapFunction()