Searched refs:hasProfileCSIRUse (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h512 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } function in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp762 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse
792 assert(!CodeGenOpts.hasProfileCSIRUse() &&
1234 } else if (CGOpts.hasProfileCSIRUse()) {

Completed in 109 milliseconds