Searched refs:MemoryProfile (Results 1 – 3 of 3) sorted by relevance
16 std::string MemoryProfile, in PGOOptions() argument22 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()
32 std::string ProfileRemappingFile, std::string MemoryProfile,46 std::string MemoryProfile; member
1166 const bool IsMemprofUse = IsPGOPreLink && !PGOOpt->MemoryProfile.empty(); in buildModuleSimplificationPipeline()1201 MPM.addPass(MemProfUsePass(PGOOpt->MemoryProfile, PGOOpt->FS)); in buildModuleSimplificationPipeline()