Home
last modified time | relevance | path

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

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