Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance
656 struct AllocationInfo { struct657 const ExplodedNode* N;658 const MemRegion *R;659 const LocationContext *InterestingMethodContext;660 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
377 struct AllocationInfo { struct383 AllocationInfo() = default; argument384 AllocationInfo( in AllocationInfo() argument411 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
6554 struct AllocationInfo { struct6556 CallBase *const CB;6559 LibFunc LibraryFunctionId = NotLibFunc;6562 enum {6566 } Status = STACK_DUE_TO_USE;6570 bool HasPotentiallyFreeingUnknownUses = false;6574 bool MoveAllocaIntoEntry = true;6577 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};