Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12031 struct AAGlobalValueInfoFloating : public AAGlobalValueInfo { struct
12032 AAGlobalValueInfoFloating(const IRPosition &IRP, Attributor &A) in AAGlobalValueInfoFloating() argument
12036 void initialize(Attributor &A) override {} in initialize()
12038 bool checkUse(Attributor &A, const Use &U, bool &Follow, in checkUse()
12092 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
12133 bool isPotentialUse(const Use &U) const override { in isPotentialUse()
12138 ChangeStatus manifest(Attributor &A) override { in manifest()
12143 const std::string getAsStr(Attributor *A) const override { in getAsStr()
12147 void trackStatistics() const override { in trackStatistics()
12153 SmallPtrSet<const Use *, 8> Uses;