Lines Matching refs:PGOOptions
1201 Optional<PGOOptions> PGOOpt; in EmitAssemblyWithNewPassManager()
1205 PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty() in EmitAssemblyWithNewPassManager()
1208 "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in EmitAssemblyWithNewPassManager()
1213 : PGOOptions::NoCSAction; in EmitAssemblyWithNewPassManager()
1214 PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "", in EmitAssemblyWithNewPassManager()
1215 CodeGenOpts.ProfileRemappingFile, PGOOptions::IRUse, in EmitAssemblyWithNewPassManager()
1219 PGOOpt = PGOOptions( in EmitAssemblyWithNewPassManager()
1221 PGOOptions::SampleUse, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1226 PGOOptions("", "", "", PGOOptions::NoAction, PGOOptions::NoCSAction, in EmitAssemblyWithNewPassManager()
1230 PGOOpt = PGOOptions("", "", "", PGOOptions::NoAction, in EmitAssemblyWithNewPassManager()
1231 PGOOptions::NoCSAction, true); in EmitAssemblyWithNewPassManager()
1239 assert(PGOOpt->Action != PGOOptions::IRInstr && in EmitAssemblyWithNewPassManager()
1240 PGOOpt->Action != PGOOptions::SampleUse && in EmitAssemblyWithNewPassManager()
1246 PGOOpt->CSAction = PGOOptions::CSIRInstr; in EmitAssemblyWithNewPassManager()
1248 PGOOpt = PGOOptions("", in EmitAssemblyWithNewPassManager()
1252 "", PGOOptions::NoAction, PGOOptions::CSIRInstr, in EmitAssemblyWithNewPassManager()