Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3525 struct AAAlignFloating : AAFromMustBeExecutedContext<AAAlign, AAAlignImpl> { struct
3526 using Base = AAFromMustBeExecutedContext<AAAlign, AAAlignImpl>;
3527 AAAlignFloating(const IRPosition &IRP) : Base(IRP) {} in AAAlignFloating() function
3530 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3563 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()