Searched refs:MemoryProfile (Results 1 – 3 of 3) sorted by relevance
16 std::string MemoryProfile, in PGOOptions() argument21 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()
31 std::string ProfileRemappingFile, std::string MemoryProfile,44 std::string MemoryProfile; member
1114 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()