Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2932 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2933 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
2938 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3138 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()
3142 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()
3167 ChangeStatus manifest(Attributor &A) override { in manifest()
3176 const std::string getAsStr() const override { in getAsStr()
3205 SmallPtrSet<Instruction *, 8> KnownUBInsts;
3209 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;
3220 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()