Searched defs:AllocationInfo (Results 1 – 5 of 5) sorted by relevance
79 struct AllocationInfo { struct81 AllocationInfo(Value alloc, size_t allocUserangeId, size_t firstUse, in AllocationInfo() argument93 Value alloc;96 size_t allocUserangeId;99 size_t firstUse;102 size_t lastUse;105 size_t numSegments;108 size_t windowId;111 const UseInterval::Vector *userangeIntervals;116 std::list<std::pair<UseInterval, size_t>> computeGaps( in computeGaps()[all …]
293 struct AllocationInfo { struct299 AllocationInfo() = default; argument300 AllocationInfo( in AllocationInfo() argument327 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
2202 struct AllocationInfo { struct2203 const ExplodedNode* N;2204 const MemRegion *R;2205 const LocationContext *InterestingMethodContext;2206 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
6024 struct AllocationInfo struct6029 AllocationInfo() : in AllocationInfo() argument6034 AllocationInfo(VmaAllocation hAlloc, VkBool32* pChanged) : in AllocationInfo() function
6498 struct AllocationInfo { struct6500 CallBase *const CB;6503 LibFunc LibraryFunctionId = NotLibFunc;6506 enum {6510 } Status = STACK_DUE_TO_USE;6514 bool HasPotentiallyFreeingUnknownUses = false;6518 bool MoveAllocaIntoEntry = true;6521 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};