Lines Matching refs:MallocCalls
3411 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()
3426 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()
3461 MallocCalls.insert(CB); in initialize()
3470 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()
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()
3595 SmallSetVector<CallBase *, 4> MallocCalls; member