Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h525 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp791 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in RunOptimizationPipeline()
824 assert(!CodeGenOpts.hasProfileCSIRUse() && in RunOptimizationPipeline()
1247 } else if (CGOpts.hasProfileCSIRUse()) { in runThinLTOBackend()