Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h550 llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileCSIRInstr()
566 getProfileUse() == llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileIRUse()
571 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileCSIRUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h60 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp80 case llvm::driver::ProfileInstrKind::ProfileCSIRInstr: in getSectionName()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1499 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileCSIRInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7871 …NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr", "Profi…