Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1173 class FlushingMapper { class
1177 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() function in __anon7f0669260911::FlushingMapper
1181 ~FlushingMapper() { M.flush(); } in ~FlushingMapper()
1202 FlushingMapper(pImpl)->addFlags(Flags); in addFlags()
1206 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1214 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1222 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
1226 FlushingMapper(pImpl)->remapDPValue(V); in remapDPValue()
1237 FlushingMapper(pImpl)->remapFunction(F); in remapFunction()
1241 FlushingMapper(pImpl)->remapGlobalObjectMetadata(GO); in remapGlobalObjectMetadata()