Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3256 struct AADereferenceableFloating struct
3258 using Base =
3260 AADereferenceableFloating(const IRPosition &IRP) : Base(IRP) {} in AADereferenceableFloating() argument
3263 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3330 void trackStatistics() const override { in trackStatistics()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4942 struct AADereferenceableFloating : AADereferenceableImpl { struct
4943 AADereferenceableFloating(const IRPosition &IRP, Attributor &A) in AADereferenceableFloating() argument
4947 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
5025 void trackStatistics() const override { in trackStatistics()