Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5789 struct AAHeapToStackFunction final : public AAHeapToStack { struct
5791 struct AllocationInfo {
5817 struct DeallocationInfo {
5831 AAHeapToStackFunction(const IRPosition &IRP, Attributor &A) in AAHeapToStackFunction() argument
5834 ~AAHeapToStackFunction() { in ~AAHeapToStackFunction()
5843 void initialize(Attributor &A) override { in initialize()
5891 const std::string getAsStr() const override { in getAsStr()
5904 void trackStatistics() const override { in trackStatistics()
5937 ChangeStatus manifest(Attributor &A) override { in manifest()
6069 MapVector<CallBase *, AllocationInfo *> AllocationInfos;
[all …]