Searched refs:StringifyCache (Results 1 – 1 of 1) sorted by relevance
235 DenseMap<const MemRegion *, std::string> StringifyCache; in printJson() local236 auto ToString = [&StringifyCache](const MemRegion *R) { in printJson()237 auto [Place, Inserted] = StringifyCache.try_emplace(R); in printJson()