Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1475 struct AANoFreeFloating : AANoFreeImpl { struct
1476 AANoFreeFloating(const IRPosition &IRP, Attributor &A) in AANoFreeFloating() function
1480 void trackStatistics() const override{STATS_DECLTRACK_FLOATING_ATTR(nofree)} in trackStatistics()
1483 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()