Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h444 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp840 assert(!CodeGenOpts.hasProfileCSIRUse() && in CreatePasses()
857 PMBuilder.EnablePGOCSInstrUse = CodeGenOpts.hasProfileCSIRUse(); in CreatePasses()
1220 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in EmitAssemblyWithNewPassManager()
1243 assert(!CodeGenOpts.hasProfileCSIRUse() && in EmitAssemblyWithNewPassManager()
1563 } else if (CGOpts.hasProfileCSIRUse()) { in runThinLTOBackend()