reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenFunction.h
 1350     Optional<uint64_t> Count = PGO.getStmtCount(S);
tools/clang/lib/CodeGen/CodeGenPGO.cpp
 1052   Optional<uint64_t> CondCount = PGO.getStmtCount(Cond);
tools/clang/lib/CodeGen/CodeGenPGO.h
   74     if (auto Count = getStmtCount(S))