Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1106 class FlushingMapper { class
1110 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() function in __anona5d7d5240811::FlushingMapper
1114 ~FlushingMapper() { M.flush(); } in ~FlushingMapper()
1135 FlushingMapper(pImpl)->addFlags(Flags); in addFlags()
1139 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1147 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1155 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
1159 FlushingMapper(pImpl)->remapFunction(F); in remapFunction()