Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h487 bool hasProfileIRUse() const { in hasProfileIRUse() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp775 else if (CodeGenOpts.hasProfileIRUse()) { in RunOptimizationPipeline()