Searched defs:CallCounts (Results 1 – 3 of 3) sorted by relevance
283 struct CallCounts { struct284 int sync = 0;285 int contextDestroyed = 0;286 int destroyed = 0;287 int removeOverlays = 0;288 int glesDraw = 0;289 int vkInitialize = 0;290 int vkDraw = 0;291 int vkPostDraw = 0;
25 struct CallCounts { struct28 bool operator==(const CallCounts& other) const { in operator ==() argument
381 SmallDenseMap<Function *, CallCount> CallCounts; in run() local403 auto CallCounts = ScanSCC(*C, UR.IndirectVHs); in run() local