Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h292 struct AllocationInfo { struct
298 AllocationInfo() = default; argument
299 AllocationInfo( in AllocationInfo() function
399 llvm::SmallVector<AllocationInfo> AllocSites;
423 for (const AllocationInfo &N : AllocSites) in print()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp654 struct AllocationInfo { struct
658 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() function
665 static AllocationInfo GetAllocationSite(ProgramStateManager &StateMgr, in GetAllocationSite()
746 return AllocationInfo(AllocationNodeInCurrentOrParentContext, FirstBinding, in GetAllocationSite()
886 AllocationInfo AllocI = in deriveAllocLocation()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5791 struct AllocationInfo { struct
5838 It.second->~AllocationInfo(); in ~AAHeapToStackFunction()
5863 AllocationInfo *AI = new (A.Allocator) AllocationInfo{CB}; in initialize()
5915 if (AllocationInfo *AI = in isAssumedHeapToStack()
5926 AllocationInfo &AI = *It.second; in isAssumedHeapToStackRemovedFree()
5946 AllocationInfo &AI = *It.second; in manifest()
6302 AllocationInfo &AI = *It.second; in updateImpl()
6345 case AllocationInfo::STACK_DUE_TO_USE: in updateImpl()
6350 case AllocationInfo::STACK_DUE_TO_FREE: in updateImpl()
6353 AI.Status = AllocationInfo::INVALID; in updateImpl()
[all …]