Searched refs:PGOInstrUse (Results 1 – 5 of 5) sorted by relevance
217 PGOInstrUse = ""; in PassManagerBuilder()345 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()383 if (!PGOInstrUse.empty()) in addPGOInstrPasses()384 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS)); in addPGOInstrPasses()535 (!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()
856 PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath; in CreatePasses()