Searched defs:AAUndefinedBehaviorImpl (Results 1 – 1 of 1) sorted by relevance
2907 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct2908 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() argument2913 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()3118 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()3122 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()3147 ChangeStatus manifest(Attributor &A) override { in manifest()3156 const std::string getAsStr(Attributor *A) const override { in getAsStr()3185 SmallPtrSet<Instruction *, 8> KnownUBInsts;3189 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;3200 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()