Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3293 struct AAWillReturnImpl : public AAWillReturn { struct
3294 AAWillReturnImpl(const IRPosition &IRP, Attributor &A) in AAWillReturnImpl() function
3298 void initialize(Attributor &A) override { in initialize()
3308 bool isImpliedByMustprogressAndReadonly(Attributor &A, bool KnownOnly) { in isImpliedByMustprogressAndReadonly()
3322 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3348 const std::string getAsStr() const override { in getAsStr()