Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3186 return "[AAHeapToShared] " + std::to_string(MallocCalls.size()) + in getAsStr()
3201 for (CallBase *CB : MallocCalls) { in findPotentialRemovedFreeCalls()
3236 MallocCalls.insert(CB); in initialize()
3245 return isValidState() && MallocCalls.count(&CB); in isAssumedHeapToShared()
3253 if (MallocCalls.empty()) in manifest()
3264 for (CallBase *CB : MallocCalls) { in manifest()
3332 if (MallocCalls.empty()) in updateImpl()
3341 auto NumMallocCalls = MallocCalls.size(); in updateImpl()
3348 if (!MallocCalls.count(CB)) in updateImpl()
3351 MallocCalls.remove(CB); in updateImpl()
[all …]
H A DAttributorAttributes.cpp6613 MallocCalls, Function, in trackStatistics()
6617 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()