Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp16 std::string MemoryProfile, in PGOOptions() argument
22 ProfileRemappingFile(ProfileRemappingFile), MemoryProfile(MemoryProfile), in PGOOptions()
43 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr); in PGOOptions()
48 !this->MemoryProfile.empty() || this->DebugInfoForProfiling || in PGOOptions()
53 !this->MemoryProfile.empty())); in PGOOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h32 std::string ProfileRemappingFile, std::string MemoryProfile,
46 std::string MemoryProfile; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1166 const bool IsMemprofUse = IsPGOPreLink && !PGOOpt->MemoryProfile.empty(); in buildModuleSimplificationPipeline()
1201 MPM.addPass(MemProfUsePass(PGOOpt->MemoryProfile, PGOOpt->FS)); in buildModuleSimplificationPipeline()