Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2904 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2905 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
2910 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3115 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()
3119 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()
3144 ChangeStatus manifest(Attributor &A) override { in manifest()
3153 const std::string getAsStr(Attributor *A) const override { in getAsStr()
3182 SmallPtrSet<Instruction *, 8> KnownUBInsts;
3186 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;
3197 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()