Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
839 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()
864 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()
886 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()
906 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
927 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()
973 void CodeGenPGO::setValueProfilingFlag(llvm::Module &M) { in setValueProfilingFlag()
[all …]
H A DCodeGenPGO.h27 class CodeGenPGO {
43 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
H A DCMakeLists.txt73 CodeGenPGO.cpp
H A DCodeGenModule.cpp569 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()
6432 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
6439 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
6446 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h1516 CodeGenPGO PGO;
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn79 "CodeGenPGO.cpp",