Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6496 struct AAHeapToStackFunction final : public AAHeapToStack { struct
6538 AAHeapToStackFunction(const IRPosition &IRP, Attributor &A) in AAHeapToStackFunction() function
6541 ~AAHeapToStackFunction() { in ~AAHeapToStackFunction() argument
6785 ChangeStatus AAHeapToStackFunction::updateImpl(Attributor &A) { in updateImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp4618 struct AAHeapToStackFunction final : public AAHeapToStackImpl { struct
4619 AAHeapToStackFunction(const IRPosition &IRP) : AAHeapToStackImpl(IRP) {} in AAHeapToStackFunction() function