Home
last modified time | relevance | path

Searched refs:MallocCalls (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3410 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()
[all …]
H A DAttributorAttributes.cpp6669 MallocCalls, Function, in trackStatistics()
6673 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()