Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5792 for (auto &It : AllocationInfos) in ~AAHeapToStackFunction()
5824 AllocationInfos[CB] = AI; in initialize()
5840 for (const auto &It : AllocationInfos) { in getAsStr()
5855 for (auto &It : AllocationInfos) in trackStatistics()
5862 if (AllocationInfo *AI = AllocationInfos.lookup(&CB)) in isAssumedHeapToStack()
5871 for (auto &It : AllocationInfos) { in isAssumedHeapToStackRemovedFree()
5891 for (auto &It : AllocationInfos) { in manifest()
6017 DenseMap<CallBase *, AllocationInfo *> AllocationInfos; member
6086 AllocationInfo *AI = AllocationInfos.lookup(ObjCB); in updateImpl()
6238 for (auto &It : AllocationInfos) { in updateImpl()