Home
last modified time | relevance | path

Searched refs:hasProfileIRUse (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h506 bool hasProfileIRUse() const { in hasProfileIRUse() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1373 if (CodeGenOpts.hasProfileIRUse() || CodeGenOpts.hasProfileClangUse()) in InitializePGOProfileMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp760 else if (CodeGenOpts.hasProfileIRUse()) { in RunOptimizationPipeline()