Lines Matching defs:PerFunctionStats
41 struct PerFunctionStats { struct
43 unsigned NumFnInlined = 0;
45 unsigned NumFnOutOfLine = 0;
47 unsigned NumAbstractOrigins = 0;
50 unsigned TotalVarWithLoc = 0;
52 unsigned ConstantMembers = 0;
54 unsigned NumArtificial = 0;
56 StringSet<> VarsInFunction;
58 bool IsFunction = false;
60 bool HasSourceLocation = false;
62 unsigned NumParams = 0;
64 unsigned NumParamSourceLocations = 0;
66 unsigned NumParamTypes = 0;
68 unsigned NumParamLocations = 0;
70 unsigned NumLocalVars = 0;
72 unsigned NumLocalVarSourceLocations = 0;
74 unsigned NumLocalVarTypes = 0;
76 unsigned NumLocalVarLocations = 0;