Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h87 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
507 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()
521 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()
525 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1467 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,