Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3273 struct AAWillReturnImpl : public AAWillReturn { struct
3274 AAWillReturnImpl(const IRPosition &IRP, Attributor &A) in AAWillReturnImpl() argument
3278 void initialize(Attributor &A) override { in initialize()
3286 bool isImpliedByMustprogressAndReadonly(Attributor &A, bool KnownOnly) { in isImpliedByMustprogressAndReadonly()
3297 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3325 const std::string getAsStr(Attributor *A) const override { in getAsStr()