Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h103 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator
394 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()
405 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()
409 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp780 .Case("csllvm", CodeGenOptions::ProfileCSIRInstr) in setPGOInstrumentor()
805 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()