Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h293 struct AllocationInfo { struct
299 AllocationInfo() = default; argument
300 AllocationInfo( in AllocationInfo() argument
327 llvm::SmallVector<IndexedAllocationInfo> AllocSites; argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp656 struct AllocationInfo { struct
657 const ExplodedNode* N;
658 const MemRegion *R;
659 const LocationContext *InterestingMethodContext;
660 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6498 struct AllocationInfo { struct
6500 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{};