Home
last modified time | relevance | path

Searched refs:CodeGenPGO (Results 1 – 6 of 6) 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()
1146 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
1166 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.cpp1009 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()
1010 CodeGenPGO(*this).setProfileVersion(getModule()); in Release()
7559 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7566 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7573 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h93 class CodeGenPGO; variable
1644 std::unique_ptr<CodeGenPGO> PGO;
H A DCodeGenFunction.cpp84 PGO(std::make_unique<CodeGenPGO>(cgm)), in CodeGenFunction()
/freebsd/lib/clang/libclang/
H A DMakefile317 SRCS_MIN+= CodeGen/CodeGenPGO.cpp