Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp834 assert(!CodeGenOpts.hasProfileCSIRUse() && in CreatePasses()
851 PMBuilder.EnablePGOCSInstrUse = CodeGenOpts.hasProfileCSIRUse(); in CreatePasses()
1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in EmitAssemblyWithNewPassManager()
1235 assert(!CodeGenOpts.hasProfileCSIRUse() && in EmitAssemblyWithNewPassManager()
1556 } else if (CGOpts.hasProfileCSIRUse()) { in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h444 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse() function