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

References

include/llvm/Passes/PassBuilder.h
   42         SamplePGOSupport(SamplePGOSupport || Action == SampleUse) {
   48            (this->Action != IRInstr && this->Action != SampleUse));
lib/LTO/LTOBackend.cpp
  160                         PGOOptions::SampleUse, PGOOptions::NoCSAction, true);
lib/Passes/PassBuilder.cpp
  472        PGOOpt->Action != PGOOptions::SampleUse) &&
  542        PGOOpt->Action == PGOOptions::SampleUse))
  657   bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse);
  804       PGOOpt->Action == PGOOptions::SampleUse)
 1150   if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) {
 1181         true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse));
tools/clang/lib/CodeGen/BackendUtil.cpp
 1035                    CodeGenOpts.ProfileRemappingFile, PGOOptions::SampleUse,
 1049              PGOOpt->Action != PGOOptions::SampleUse &&
tools/opt/NewPMDriver.cpp
  232                      PGOOptions::SampleUse);
  243                 P->Action == PGOOptions::SampleUse))