Searched refs:IsPGOPreLink (Results 1 – 1 of 1) sorted by relevance
1161 const bool IsPGOPreLink = PGOOpt && IsPreLink; in buildModuleSimplificationPipeline() local1163 IsPGOPreLink && PGOOpt->Action == PGOOptions::IRInstr; in buildModuleSimplificationPipeline()1165 IsPGOPreLink && PGOOpt->Action == PGOOptions::IRUse; in buildModuleSimplificationPipeline()1166 const bool IsMemprofUse = IsPGOPreLink && !PGOOpt->MemoryProfile.empty(); in buildModuleSimplificationPipeline()1196 if (IsPGOPreLink && PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()