14#ifndef LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_LIFETIMESTATS_H
15#define LLVM_CLANG_ANALYSIS_ANALYSES_LIFETIMESAFETY_LIFETIMESTATS_H
18#include "llvm/ADT/DenseMap.h"
19#include "llvm/ADT/StringMap.h"
C Language Family Type Representation.
void printStats(const LifetimeSafetyStats &Stats)
Utility function to print missing origin stats.
A structure to hold the statistics related to LifetimeAnalysis.
llvm::StringMap< unsigned > ExprStmtClassToMissingOriginCount
A map from StmtClassName to their missing origin counts.
llvm::DenseMap< const clang::Type *, unsigned > ExprTypeToMissingOriginCount
A map from QualType to their missing origin counts.