Searched refs:CodeGenPGO (Results 1 – 6 of 6) 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()839 void CodeGenPGO::mapRegionCounters(const Decl *D) { in mapRegionCounters()864 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) { in skipRegionMappingForDecl()886 void CodeGenPGO::emitCounterRegionMapping(const Decl *D) { in emitCounterRegionMapping()906 CodeGenPGO::emitEmptyCounterMapping(const Decl *D, StringRef Name, in emitEmptyCounterMapping()927 void CodeGenPGO::computeRegionCounts(const Decl *D) { in computeRegionCounts()973 void CodeGenPGO::setValueProfilingFlag(llvm::Module &M) { in setValueProfilingFlag()[all …]
27 class CodeGenPGO {43 CodeGenPGO(CodeGenModule &CGModule) in CodeGenPGO() function
73 CodeGenPGO.cpp
569 CodeGenPGO(*this).setValueProfilingFlag(getModule()); in Release()6432 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()6439 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()6446 CodeGenPGO PGO(*this); in EmitDeferredUnusedCoverageMappings()
1516 CodeGenPGO PGO;
79 "CodeGenPGO.cpp",