HomeSort by: relevance | last modified time | path
    Searched defs:CSAction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 40 CSPGOAction CSAction = NoCSAction,
45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling ||
52 // If there is a CSAction, PGOAction cannot be IRInstr or SampleUse.
53 assert(this->CSAction == NoCSAction ||
57 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty());
59 // If CSAction is CSIRUse, PGOAction needs to be IRUse as they share
61 assert(this->CSAction != CSIRUse || this->Action == IRUse);
63 // If neither Action nor CSAction, DebugInfoForProfiling or
65 assert(this->Action != NoAction || this->CSAction != NoCSAction |
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse
1216 CSAction, CodeGenOpts.DebugInfoForProfiling);
1246 PGOOpt->CSAction = PGOOptions::CSIRInstr;

Completed in 19 milliseconds