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

References

include/llvm/Passes/PassBuilder.h
   48            (this->Action != IRInstr && this->Action != SampleUse));
lib/Passes/PassBuilder.cpp
  762       (PGOOpt->Action == PGOOptions::IRInstr ||
  765                       /* RunProfileGen */ PGOOpt->Action == PGOOptions::IRInstr,
 1879           (PGOOpt->Action == PGOOptions::IRInstr ||
 1883             /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr),
tools/clang/lib/CodeGen/BackendUtil.cpp
 1022                         "", "", PGOOptions::IRInstr, PGOOptions::NoCSAction,
 1048       assert(PGOOpt->Action != PGOOptions::IRInstr &&
 1132       if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr ||
 1136             /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr),
tools/opt/NewPMDriver.cpp
  225       P = PGOOptions(ProfileFile, "", "", PGOOptions::IRInstr);
  242       if (P && (P->Action == PGOOptions::IRInstr ||