Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h53 DenseMap<unsigned, std::string> CustomNames; variable
138 CustomNames[F] = std::string(Name); in setAvailableWithName()
139 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
381 return Impl->CustomNames.find(F)->second; in getName()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp847 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
857 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
869 CustomNames = TLI.CustomNames; in operator =()
879 CustomNames = std::move(TLI.CustomNames); in operator =()