Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp1065 class FlushingMapper { class
1069 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() function in __anonc32747150911::FlushingMapper
1073 ~FlushingMapper() { M.flush(); } in ~FlushingMapper()
1094 FlushingMapper(pImpl)->addFlags(Flags); in addFlags()
1098 return FlushingMapper(pImpl)->mapValue(&V); in mapValue()
1106 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata()
1114 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction()
1118 FlushingMapper(pImpl)->remapFunction(F); in remapFunction()