Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8058 struct AANoUndefFloating : public AANoUndefImpl { struct
8059 AANoUndefFloating(const IRPosition &IRP, Attributor &A) in AANoUndefFloating() argument
8063 void initialize(Attributor &A) override { in initialize()
8071 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
8095 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noundef) } in trackStatistics()