Home
last modified time | relevance | path

Searched refs:ProfileIRInstr (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h87 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
238 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
248 return getProfileUse() == ProfileIRInstr; in hasProfileIRUse()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp390 .Case("llvm", CodeGenOptions::ProfileIRInstr) in setPGOInstrumentor()
415 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()