Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2490 struct AANoFreeFloating : AANoFreeImpl { struct
2491 AANoFreeFloating(const IRPosition &IRP, Attributor &A) in AANoFreeFloating() function
2495 void trackStatistics() const override{STATS_DECLTRACK_FLOATING_ATTR(nofree)} in trackStatistics()
2498 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()