Searched refs:PGOInstrUse (Results 1 – 5 of 5) sorted by relevance
207 PGOInstrUse = ""; in PassManagerBuilder()335 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()373 if (!PGOInstrUse.empty()) in addPGOInstrPasses()374 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS)); in addPGOInstrPasses()522 (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen)) in addFunctionSimplificationPasses()
186 std::string PGOInstrUse; variable
333 PMB.PGOInstrUse = Conf.CSIRProfile; in runOldPMPasses()
397 Builder.PGOInstrUse = ProfileFile; in AddOptimizationPasses()
850 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()