Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp16 std::string MemoryProfile, in PGOOptions() argument
21 ProfileRemappingFile(ProfileRemappingFile), MemoryProfile(MemoryProfile), in PGOOptions()
42 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr); in PGOOptions()
47 !this->MemoryProfile.empty() || this->DebugInfoForProfiling || in PGOOptions()
52 !this->MemoryProfile.empty())); in PGOOptions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h31 std::string ProfileRemappingFile, std::string MemoryProfile,
44 std::string MemoryProfile; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1114 PGOOpt->Action == PGOOptions::IRUse || !PGOOpt->MemoryProfile.empty())) in buildModuleSimplificationPipeline()
1133 !PGOOpt->MemoryProfile.empty()) in buildModuleSimplificationPipeline()
1134 MPM.addPass(MemProfUsePass(PGOOpt->MemoryProfile, PGOOpt->FS)); in buildModuleSimplificationPipeline()