Searched refs:ProfileUseFile (Results 1 – 2 of 2) sorted by relevance
35 PGOOptions(std::string ProfileGenFile = "", std::string ProfileUseFile = "",39 : ProfileGenFile(ProfileGenFile), ProfileUseFile(ProfileUseFile), in ProfileGenFile()46 !ProfileUseFile.empty() || in ProfileGenFile()50 std::string ProfileUseFile; member611 std::string ProfileUseFile,
404 if (PGOOpt && !PGOOpt->ProfileUseFile.empty() && in buildFunctionSimplificationPipeline()508 (!PGOOpt->ProfileUseFile.empty() || !PGOOpt->SampleProfileFile.empty())) in buildFunctionSimplificationPipeline()518 std::string ProfileUseFile, in addPGOInstrPasses() argument572 if (!ProfileUseFile.empty()) in addPGOInstrPasses()573 MPM.addPass(PGOInstrumentationUse(ProfileUseFile, ProfileRemappingFile)); in addPGOInstrPasses()667 (!PGOOpt->ProfileGenFile.empty() || !PGOOpt->ProfileUseFile.empty())) { in buildModuleSimplificationPipeline()669 PGOOpt->ProfileGenFile, PGOOpt->ProfileUseFile, in buildModuleSimplificationPipeline()