Lines Matching refs:MallocCalls
3410 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()
3425 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()
3460 MallocCalls.insert(CB); in initialize()
3469 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()
3477 if (MallocCalls.empty()) in manifest()
3488 for (CallBase *CB : MallocCalls) { in manifest()
3556 if (MallocCalls.empty()) in updateImpl()
3565 auto NumMallocCalls = MallocCalls.size(); in updateImpl()
3572 if (!MallocCalls.count(CB)) in updateImpl()
3575 MallocCalls.remove(CB); in updateImpl()
3581 MallocCalls.remove(CB); in updateImpl()
3587 if (NumMallocCalls != MallocCalls.size()) in updateImpl()
3594 SmallSetVector<CallBase *, 4> MallocCalls; member