Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2949 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2950 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() argument
2955 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3160 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()
3164 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()
3189 ChangeStatus manifest(Attributor &A) override { in manifest()
3198 const std::string getAsStr(Attributor *A) const override { in getAsStr()
3227 SmallPtrSet<Instruction *, 8> KnownUBInsts;
3231 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;
3242 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()