Home
last modified time | relevance | path

Searched refs:CodeGenPGO (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp33 void CodeGenPGO::setFuncName(StringRef Name, in setFuncName()
45 void CodeGenPGO::setFuncName(llvm::Function *Fn) { in setFuncName()
364 CodeGenPGO &PGO;
385 CodeGenPGO &PGO) in ComputeRegionCounts()
831 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()
856 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()
878 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()
898 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
919 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()
965 void CodeGenPGO::setValueProfilingFlag(llvm::Module &M) { in setValueProfilingFlag()
[all …]
H A DCodeGenPGO.h27 class CodeGenPGO {
43 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
H A DCodeGenModule.cpp514 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()
6026 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
6033 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
6040 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h1474 CodeGenPGO PGO;
/freebsd-13.1/lib/clang/libclang/
H A DMakefile281 SRCS_MIN+= CodeGen/CodeGenPGO.cpp