Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRSampleProfile.cpp163 MIRProfileLoader(StringRef Name, StringRef RemapName, in MIRProfileLoader() argument
165 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in MIRProfileLoader()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSampleProfileLoaderBaseImpl.h177 SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName,
179 : Filename(Name), RemappingFilename(RemapName), FS(std::move(FS)) {}
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfile.cpp468 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
474 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName), in SampleProfileLoader()