Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp4871 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl { struct
4872 AAMemoryBehaviorFunction(const IRPosition &IRP) : AAMemoryBehaviorImpl(IRP) {} in AAMemoryBehaviorFunction() argument
4878 ChangeStatus manifest(Attributor &A) override { in manifest()
4889 void trackStatistics() const override { in trackStatistics()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7931 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl { struct
7932 AAMemoryBehaviorFunction(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFunction() argument
7939 ChangeStatus manifest(Attributor &A) override { in manifest()
7965 void trackStatistics() const override { in trackStatistics()