Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp6061 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl { struct
6062 AAMemoryBehaviorFunction(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFunction() function
6069 ChangeStatus manifest(Attributor &A) override { in manifest()
6080 void trackStatistics() const override { in trackStatistics()