Searched refs:CodeGenPGO (Results 1 – 5 of 5) sorted by relevance
33 void CodeGenPGO::setFuncName(StringRef Name, in setFuncName()45 void CodeGenPGO::setFuncName(llvm::Function *Fn) { in setFuncName()364 CodeGenPGO &PGO;385 CodeGenPGO &PGO) in ComputeRegionCounts()831 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()856 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()878 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()898 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()919 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()965 void CodeGenPGO::setValueProfilingFlag(llvm::Module &M) { in setValueProfilingFlag()[all …]
27 class CodeGenPGO {43 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
514 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()6026 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()6033 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()6040 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
1474 CodeGenPGO PGO;
281 SRCS_MIN+= CodeGen/CodeGenPGO.cpp