Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h86 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
502 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
520 return getProfileUse() == ProfileIRInstr || in hasProfileIRUse()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1469 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,