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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 90 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM.
429 return getProfileInstr() == ProfileCSIRInstr;
440 getProfileUse() == ProfileCSIRInstr;
444 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp 82 case CodeGenOptions::ProfileCSIRInstr:
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1299 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr);

Completed in 83 milliseconds