HomeSort by: relevance | last modified time | path
    Searched refs:CSIRUse (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 37 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse };
59 // If CSAction is CSIRUse, PGOAction needs to be IRUse as they share
61 assert(this->CSAction != CSIRUse || this->Action == IRUse);
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 285 P->CSAction = PGOOptions::CSIRUse;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 222 PGOOptions::IRUse, PGOOptions::CSIRUse,
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1360 else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
1798 else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse

Completed in 23 milliseconds