HomeSort by relevance Sort by last modified time
    Searched refs:ProfileIRInstr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 87 ProfileIRInstr, // IR level PGO instrumentation in LLVM.
238 return getProfileInstr() == ProfileIRInstr;
248 return getProfileUse() == ProfileIRInstr;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 390 .Case("llvm", CodeGenOptions::ProfileIRInstr)
415 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr);
    [all...]

Completed in 554 milliseconds