Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h493 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp777 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in RunOptimizationPipeline()
800 assert(!CodeGenOpts.hasProfileCSIRUse() && in RunOptimizationPipeline()
1173 } else if (CGOpts.hasProfileCSIRUse()) { in runThinLTOBackend()