Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h85 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
489 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
507 return getProfileUse() == ProfileIRInstr || in hasProfileIRUse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp80 case CodeGenOptions::ProfileIRInstr: in getSectionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1445 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7020 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,