Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h470 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp717 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in RunOptimizationPipeline()
740 assert(!CodeGenOpts.hasProfileCSIRUse() && in RunOptimizationPipeline()
1098 } else if (CGOpts.hasProfileCSIRUse()) { in runThinLTOBackend()