Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h86 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
494 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()
508 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()
512 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1443 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7020 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,