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

References

lib/LTO/LTOBackend.cpp
  288   PMB.EnablePGOCSInstrGen = Conf.RunCSIRInstr;
lib/Transforms/IPO/PassManagerBuilder.cpp
  170     EnablePGOCSInstrGen = false;
  272     if (!EnablePGOCSInstrGen && !EnablePGOCSInstrUse)
  299   if ((EnablePGOInstrGen && !IsCS) || (EnablePGOCSInstrGen && IsCS)) {
  422       (!PGOInstrUse.empty() || !PGOSampleUse.empty() || EnablePGOCSInstrGen))
  543   if (!PerformThinLTO && EnablePGOCSInstrGen)
tools/clang/lib/CodeGen/BackendUtil.cpp
  718     PMBuilder.EnablePGOCSInstrGen = true;
tools/opt/opt.cpp
  422     Builder.EnablePGOCSInstrGen = true;