Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h91 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
478 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()
489 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()
493 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1324 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5667 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,