Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2274 struct AAWillReturnImpl : public AAWillReturn { struct
2275 AAWillReturnImpl(const IRPosition &IRP, Attributor &A) in AAWillReturnImpl() function
2279 void initialize(Attributor &A) override { in initialize()
2289 bool isImpliedByMustprogressAndReadonly(Attributor &A, bool KnownOnly) { in isImpliedByMustprogressAndReadonly()
2309 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
2333 const std::string getAsStr() const override { in getAsStr()