Home
last modified time | relevance | path

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

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