Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp38 void CodeGenPGO::setFuncName(StringRef Name, in setFuncName()
50 void CodeGenPGO::setFuncName(llvm::Function *Fn) { in setFuncName()
581 CodeGenPGO &PGO;
602 CodeGenPGO &PGO) in ComputeRegionCounts()
1013 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters()
1064 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()
1104 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()
1126 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()
1147 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
1168 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()
[all …]
H A DCodeGenPGO.h29 class CodeGenPGO {
46 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
H A DCodeGenModule.cpp901 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()
902 CodeGenPGO(*this).setProfileVersion(getModule()); in Release()
7226 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7233 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7240 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h1613 CodeGenPGO PGO;
/freebsd/lib/clang/libclang/
H A DMakefile305 SRCS_MIN+= CodeGen/CodeGenPGO.cpp