Searched refs:IRInstr (Results 1 – 5 of 5) sorted by relevance
33 (this->Action != IRInstr && this->Action != SampleUse)); in PGOOptions()43 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr); in PGOOptions()
29 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
365 PGOOptions::IRInstr, PGOOptions::NoCSAction, in runPassPipeline()387 if (P && (P->Action == PGOOptions::IRInstr || in runPassPipeline()
1201 IsPGOPreLink && PGOOpt->Action == PGOOptions::IRInstr; in buildModuleSimplificationPipeline()2218 if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr || in buildO0DefaultPipeline()2222 /*RunProfileGen=*/(PGOOpt->Action == PGOOptions::IRInstr), in buildO0DefaultPipeline()
839 PGOOptions::IRInstr, PGOOptions::NoCSAction, in RunOptimizationPipeline()882 assert(PGOOpt->Action != PGOOptions::IRInstr && in RunOptimizationPipeline()