Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h90 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
455 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()
466 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()
470 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1312 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5503 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,