Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp36 void CodeGenPGO::setFuncName(StringRef Name, in setFuncName()
48 void CodeGenPGO::setFuncName(llvm::Function *Fn) { in setFuncName()
492 CodeGenPGO &PGO;
513 CodeGenPGO &PGO) in ComputeRegionCounts()
971 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()
1011 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()
1033 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()
1055 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()
1076 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()
1124 void CodeGenPGO::emitMCDCParameters(CGBuilderTy &Builder) { in emitMCDCParameters()
[all …]
H A DCodeGenPGO.h28 class CodeGenPGO {
47 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
H A DCodeGenModule.cpp863 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()
7077 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7084 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
7091 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
H A DCodeGenFunction.h1525 CodeGenPGO PGO;
/freebsd-14.2/lib/clang/libclang/
H A DMakefile300 SRCS_MIN+= CodeGen/CodeGenPGO.cpp