Searched refs:IsPGOInstrGen (Results 1 – 1 of 1) sorted by relevance
1162 const bool IsPGOInstrGen = in buildModuleSimplificationPipeline() local1170 !(IsPGOInstrGen && PGOCtxProfLoweringPass::isContextualIRPGOEnabled()) && in buildModuleSimplificationPipeline()1174 const bool IsCtxProfGen = !IsPGOInstrGen && IsPreLink && in buildModuleSimplificationPipeline()1177 if (IsPGOInstrGen || IsPGOInstrUse || IsMemprofUse || IsCtxProfGen) in buildModuleSimplificationPipeline()1181 if (IsPGOInstrGen || IsPGOInstrUse) { in buildModuleSimplificationPipeline()1183 /*RunProfileGen=*/IsPGOInstrGen, in buildModuleSimplificationPipeline()1193 if (IsPGOInstrGen || IsPGOInstrUse || IsCtxProfGen) in buildModuleSimplificationPipeline()