Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6537 struct AAHeapToStackFunction final : public AAHeapToStack { struct
6539 struct AllocationInfo {
6565 struct DeallocationInfo {
6579 AAHeapToStackFunction(const IRPosition &IRP, Attributor &A) in AAHeapToStackFunction() argument
6582 ~AAHeapToStackFunction() { in ~AAHeapToStackFunction()
6591 void initialize(Attributor &A) override { in initialize()
6639 const std::string getAsStr(Attributor *A) const override { in getAsStr()
6652 void trackStatistics() const override { in trackStatistics()
6685 ChangeStatus manifest(Attributor &A) override { in manifest()
6817 MapVector<CallBase *, AllocationInfo *> AllocationInfos;
[all …]