Home
last modified time | relevance | path

Searched refs:HasSampleProfile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp87 uint16_t HasSampleProfile = SampleProfFilename.getNumOccurrences(); in validateCommandLine() local
89 HasPerfData + HasPerfScript + HasUnsymbolizedProfile + HasSampleProfile; in validateCommandLine()
110 CheckFileExists(HasSampleProfile, SampleProfFilename); in validateCommandLine()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp843 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline() local
849 HasSampleProfile && in buildModuleSimplificationPipeline()
867 MPM.addPass(PGOIndirectCallPromotion(true /* InLTO */, HasSampleProfile)); in buildModuleSimplificationPipeline()