reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/LTO/LTOBackend.cpp
  287   PMB.PGOSampleUse = Conf.SampleProfile;
lib/Transforms/IPO/PassManagerBuilder.cpp
  174     PGOSampleUse = "";
  274   } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty())
  281       PGOSampleUse.empty() && !IsCS) {
  317         createPGOIndirectCallPromotionLegacyPass(false, !PGOSampleUse.empty()));
  422       (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen))
  432   if (!PGOSampleUse.empty()) {
  438       MPM.add(createSampleProfileLoaderPass(PGOSampleUse));
  499                                                      !PGOSampleUse.empty()));
  505       PrepareForThinLTO && !PGOSampleUse.empty();
  791   if (!PGOSampleUse.empty()) {
  793     PM.add(createSampleProfileLoaderPass(PGOSampleUse));
  818         createPGOIndirectCallPromotionLegacyPass(true, !PGOSampleUse.empty()));
tools/clang/lib/CodeGen/BackendUtil.cpp
  733     PMBuilder.PGOSampleUse = CodeGenOpts.SampleProfileFile;
tools/opt/opt.cpp
  414     Builder.PGOSampleUse = ProfileFile;