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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 444 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 834 assert(!CodeGenOpts.hasProfileCSIRUse() &&
851 PMBuilder.EnablePGOCSInstrUse = CodeGenOpts.hasProfileCSIRUse();
1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse
1235 assert(!CodeGenOpts.hasProfileCSIRUse() &&
1556 } else if (CGOpts.hasProfileCSIRUse()) {

Completed in 24 milliseconds