Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h296 struct AllocationInfo { struct
302 AllocationInfo() = default; argument
303 AllocationInfo( in AllocationInfo() function
403 llvm::SmallVector<AllocationInfo> AllocSites;
427 for (const AllocationInfo &N : AllocSites) in print()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp656 struct AllocationInfo { struct
660 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
667 static AllocationInfo GetAllocationSite(ProgramStateManager &StateMgr, in GetAllocationSite()
748 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()
885 AllocationInfo AllocI = in deriveAllocLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp643 const AllocationInfo *AllocInfo) { in addCallStack()
730 std::map<uint64_t, std::set<const AllocationInfo *>> LocHashToAllocInfo; in readMemprof()
787 std::map<uint64_t, std::set<const AllocationInfo *>>::iterator in readMemprof()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6539 struct AllocationInfo { struct
6586 It.second->~AllocationInfo(); in ~AAHeapToStackFunction()
6611 AllocationInfo *AI = new (A.Allocator) AllocationInfo{CB}; in initialize()
6663 if (AllocationInfo *AI = in isAssumedHeapToStack()
6674 AllocationInfo &AI = *It.second; in isAssumedHeapToStackRemovedFree()
6694 AllocationInfo &AI = *It.second; in manifest()
7060 AllocationInfo &AI = *It.second; in updateImpl()
7104 case AllocationInfo::STACK_DUE_TO_USE: in updateImpl()
7109 case AllocationInfo::STACK_DUE_TO_FREE: in updateImpl()
7112 AI.Status = AllocationInfo::INVALID; in updateImpl()
[all …]