Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10220 struct AANoUndefFloating : public AANoUndefImpl { struct
10221 AANoUndefFloating(const IRPosition &IRP, Attributor &A) in AANoUndefFloating() function
10225 void initialize(Attributor &A) override { in initialize()
10234 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
10271 void trackStatistics() const override { STATS_DECLTRACK_FNRET_ATTR(noundef) } in trackStatistics()