Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h59 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h544 return getProfileInstr() == llvm::driver::ProfileInstrKind::ProfileIRInstr; in hasProfileIRInstr()
565 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileIRInstr || in hasProfileIRUse()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp78 case llvm::driver::ProfileInstrKind::ProfileIRInstr: in getSectionName()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1501 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileIRInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7871 …NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr", "Profi…