|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/CodeGen/CGBlocks.cpp 1639 PGO.assignRegionCounters(GlobalDecl(blockDecl), fn);
tools/clang/lib/CodeGen/CGCall.cpp 4388 PGO.valueProfile(Builder, llvm::IPVK_IndirectCallTarget,
tools/clang/lib/CodeGen/CGExpr.cpp 165 PGO.setCurrentStmt(E);
tools/clang/lib/CodeGen/CGObjC.cpp 717 PGO.assignRegionCounters(GlobalDecl(OMD), CurFn);
tools/clang/lib/CodeGen/CGStmt.cpp 46 PGO.setCurrentStmt(S);
1647 if (PGO.haveRegionCounts()) {
2450 PGO.assignRegionCounters(GlobalDecl(CD), F);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 589 PGO.assignRegionCounters(GlobalDecl(CD), F);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 1186 PGO.assignRegionCounters(GD, CurFn);
tools/clang/lib/CodeGen/CodeGenFunction.h 1344 PGO.emitCounterIncrement(Builder, S, StepV);
1345 PGO.setCurrentStmt(S);
1350 Optional<uint64_t> Count = PGO.getStmtCount(S);
1358 PGO.setCurrentRegionCount(Count);
1364 return PGO.getCurrentRegionCount();
tools/clang/lib/CodeGen/CodeGenPGO.cpp 1050 if (!PGO.haveRegionCounts())
1052 Optional<uint64_t> CondCount = PGO.getStmtCount(Cond);