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

References

lib/Transforms/IPO/PassManagerBuilder.cpp
  271   if (IsCS) {
  281       PGOSampleUse.empty() && !IsCS) {
  299   if ((EnablePGOInstrGen && !IsCS) || (EnablePGOCSInstrGen && IsCS)) {
  299   if ((EnablePGOInstrGen && !IsCS) || (EnablePGOCSInstrGen && IsCS)) {
  300     MPM.add(createPGOInstrumentationGenLegacyPass(IsCS));
  306     Options.UseBFIInPromotion = IsCS;
  308     MPM.add(createInstrProfilingLegacyPass(Options, IsCS));
  311     MPM.add(createPGOInstrumentationUseLegacyPass(PGOInstrUse, IsCS));
  315   if (OptLevel > 0 && !IsCS)