Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp33 void CodeGenPGO::setFuncName(StringRef Name, in setFuncName()
45 void CodeGenPGO::setFuncName(llvm::Function *Fn) { in setFuncName()
346 CodeGenPGO &PGO;
367 CodeGenPGO &PGO) in ComputeRegionCounts()
760 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) { in assignRegionCounters()
797 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()
819 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()
829 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()
849 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
870 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()
[all …]
H A DCodeGenPGO.h28 class CodeGenPGO {
44 CodeGenPGO(CodeGenModule &CGM) in CodeGenPGO() function
H A DCodeGenModule.cpp5107 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
5114 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
5121 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h1323 CodeGenPGO PGO;
/freebsd-12.1/lib/clang/libclang/
H A DMakefile237 SRCS_MIN+= CodeGen/CodeGenPGO.cpp