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

References

lib/LTO/LTOBackend.cpp
  291     PMB.PGOInstrUse = Conf.CSIRProfile;
lib/Transforms/IPO/PassManagerBuilder.cpp
  173     PGOInstrUse = "";
  274   } else if (!EnablePGOInstrGen && PGOInstrUse.empty() && PGOSampleUse.empty())
  310   if (!PGOInstrUse.empty())
  311     MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS));
  422       (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen))
tools/clang/lib/CodeGen/BackendUtil.cpp
  728     PMBuilder.PGOInstrUse = CodeGenOpts.ProfileInstrumentUsePath;
tools/opt/opt.cpp
  411     Builder.PGOInstrUse = ProfileFile;