Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp6524 struct DeallocationInfo { struct
6547 It.second->~DeallocationInfo(); in ~AAHeapToStackFunction()
6561 DeallocationInfos[CB] = new (A.Allocator) DeallocationInfo{CB, FreedOp}; in initialize()
6780 MapVector<CallBase *, DeallocationInfo *> DeallocationInfos;
6822 DeallocationInfo &DI = *It.second; in updateImpl()
6891 DeallocationInfo *DI = DeallocationInfos.lookup(UniqueFree); in updateImpl()