Searched refs:SampleUse (Results 1 – 3 of 3) sorted by relevance
34 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator42 SamplePGOSupport(SamplePGOSupport || Action == SampleUse) { in ProfileFile()48 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
488 PGOOpt->Action != PGOOptions::SampleUse) && in buildFunctionSimplificationPipeline()564 PGOOpt->Action == PGOOptions::SampleUse)) in buildFunctionSimplificationPipeline()678 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse); in buildModuleSimplificationPipeline()825 PGOOpt->Action == PGOOptions::SampleUse) in buildModuleSimplificationPipeline()1170 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) { in buildLTODefaultPipeline()1201 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse)); in buildLTODefaultPipeline()
163 PGOOptions::SampleUse, PGOOptions::NoCSAction, true); in runNewPMPasses()