Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h89 ProfileIRInstr, // IR level PGO instrumentation in LLVM. enumerator
424 return getProfileInstr() == ProfileIRInstr; in hasProfileIRInstr()
439 return getProfileUse() == ProfileIRInstr || in hasProfileIRUse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp80 case CodeGenOptions::ProfileIRInstr: in getSectionName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1301 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4988 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,