Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp98 struct MappingContext { struct
103 explicit MappingContext(ValueToValueMapTy &VM, in MappingContext() function
118 SmallVector<MappingContext, 2> MCs;
127 MCs(1, MappingContext(VM, Materializer)) {} in Mapper()
137 MCs.push_back(MappingContext(VM, Materializer)); in registerAlternateMappingContext()