Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h103 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
316 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
326 return getProfileUse() == ProfileIRInstr; in hasProfileIRUse()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp590 .Case("llvm", CodeGenOptions::ProfileIRInstr) in setPGOInstrumentor()
614 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()