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

References

include/llvm/Passes/PassBuilder.h
   55     assert(this->CSAction != CSIRUse || this->Action == IRUse);
lib/LTO/LTOBackend.cpp
  166                         PGOOptions::IRUse, PGOOptions::CSIRUse);
lib/Passes/PassBuilder.cpp
  878     else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
 1270     else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
tools/clang/lib/CodeGen/BackendUtil.cpp
 1026     auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse
tools/opt/NewPMDriver.cpp
  257         P->CSAction = PGOOptions::CSIRUse;