Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6544 for (auto &It : AllocationInfos) in ~AAHeapToStackFunction()
6571 AllocationInfos[CB] = AI; in initialize()
6590 for (const auto &It : AllocationInfos) in initialize()
6600 for (const auto &It : AllocationInfos) { in getAsStr()
6615 for (const auto &It : AllocationInfos) in trackStatistics()
6623 AllocationInfos.lookup(const_cast<CallBase *>(&CB))) in isAssumedHeapToStack()
6632 for (const auto &It : AllocationInfos) { in isAssumedHeapToStackRemovedFree()
6652 for (auto &It : AllocationInfos) { in manifest()
6776 MapVector<CallBase *, AllocationInfo *> AllocationInfos; member
6855 AllocationInfo *AI = AllocationInfos.lookup(ObjCB); in updateImpl()
[all …]