Searched refs:CollectStats (Results 1 – 7 of 7) sorted by relevance
124 std::swap(OldCollectStats, S.CollectStats); in ParseAST()185 std::swap(OldCollectStats, S.CollectStats); in ParseAST()
42 void TargetStats::CollectStats(Target &target) { in CollectStats() function in TargetStats103 CollectStats(target); in ToJSON()
156 void CollectStats(Target &target);
2691 if (S.CollectStats && stats.NumVariablesAnalyzed > 0) { in IssueWarnings()2751 if (S.CollectStats && AC.isCFGBuilt()) { in IssueWarnings()
194 APINotes(SourceMgr, LangOpts), CollectStats(false), in Sema()
501 unsigned collectUses(RuntimeFunctionInfo &RFI, bool CollectStats = true) { in collectUses()507 if (CollectStats) { in collectUses()
415 bool CollectStats; variable