Home
last modified time | relevance | path

Searched defs: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
326 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp654 struct AllocationInfo { struct
655 const ExplodedNode* N;
656 const MemRegion *R;
657 const LocationContext *InterestingMethodContext;
658 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5791 struct AllocationInfo { struct
5793 CallBase *const CB;
5796 LibFunc LibraryFunctionId = NotLibFunc;
5799 enum {
5803 } Status = STACK_DUE_TO_USE;
5807 bool HasPotentiallyFreeingUnknownUses = false;
5811 bool MoveAllocaIntoEntry = true;
5814 SmallSetVector<CallBase *, 1> PotentialFreeCalls{};