Searched refs:MallocCalls (Results 1 – 2 of 2) sorted by relevance
3426 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()3461 MallocCalls.insert(CB); in initialize()3478 if (MallocCalls.empty()) in manifest()3489 for (CallBase *CB : MallocCalls) { in manifest()3557 if (MallocCalls.empty()) in updateImpl()3566 auto NumMallocCalls = MallocCalls.size(); in updateImpl()3573 if (!MallocCalls.count(CB)) in updateImpl()3576 MallocCalls.remove(CB); in updateImpl()3582 MallocCalls.remove(CB); in updateImpl()3588 if (NumMallocCalls != MallocCalls.size()) in updateImpl()[all …]
6654 MallocCalls, Function, in trackStatistics()6658 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()