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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 89 ProfileIRInstr, // IR level PGO instrumentation in LLVM.
424 return getProfileInstr() == ProfileIRInstr;
439 return getProfileUse() == ProfileIRInstr ||
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp 80 case CodeGenOptions::ProfileIRInstr:
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1301 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr);

Completed in 50 milliseconds