Searched refs:MallocCalls (Results 1 – 2 of 2) sorted by relevance
2932 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()2947 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()2976 MallocCalls.insert(CB); in initialize()2985 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()2993 if (MallocCalls.empty()) in manifest()3004 for (CallBase *CB : MallocCalls) { in manifest()3076 auto NumMallocCalls = MallocCalls.size(); in updateImpl()3085 MallocCalls.remove(CB); in updateImpl()3090 if (NumMallocCalls != MallocCalls.size()) in updateImpl()3097 SmallSetVector<CallBase *, 4> MallocCalls; member
5906 MallocCalls, Function, in trackStatistics()5910 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()