Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h90 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
473 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
488 return getProfileUse() == ProfileIRInstr || in hasProfileIRUse()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DProfileList.cpp80 case CodeGenOptions::ProfileIRInstr: in getSectionName()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1326 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5667 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,