Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3426 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 …]
H A DAttributorAttributes.cpp6654 MallocCalls, Function, in trackStatistics()
6658 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()