Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp139 MIRProfileLoader(StringRef Name, StringRef RemapName) in MIRProfileLoader() argument
140 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName)) { in MIRProfileLoader()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h83 SampleProfileLoaderBaseImpl(std::string Name, std::string RemapName)
84 : Filename(Name), RemappingFilename(RemapName) {}
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp424 StringRef Name, StringRef RemapName, ThinOrFullLTOPhase LTOPhase, in SampleProfileLoader() argument
428 : SampleProfileLoaderBaseImpl(std::string(Name), std::string(RemapName)), in SampleProfileLoader()