Searched refs:PGOInstrUse (Results 1 – 3 of 3) sorted by relevance
178 PGOInstrUse = ""; in PassManagerBuilder()303 } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty()) in addPGOInstrPasses()339 if (!PGOInstrUse.empty()) in addPGOInstrPasses()340 MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS)); in addPGOInstrPasses()464 (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen)) in addFunctionSimplificationPasses()
184 std::string PGOInstrUse; variable
294 PMB.PGOInstrUse = Conf.CSIRProfile; in runOldPMPasses()