Searched defs:AAUndefinedBehaviorImpl (Results 1 – 2 of 2) sorted by relevance
2020 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct2021 AAUndefinedBehaviorImpl(const IRPosition &IRP) : AAUndefinedBehavior(IRP) {} in AAUndefinedBehaviorImpl() function2025 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()2100 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()2104 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()2129 ChangeStatus manifest(Attributor &A) override { in manifest()2138 const std::string getAsStr() const override { in getAsStr()2167 SmallPtrSet<Instruction *, 8> KnownUBInsts;2171 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;2182 Optional<Value *> stopOnUndefOrAssumed(Attributor &A, const Value *V, in stopOnUndefOrAssumed()
2932 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct2933 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function2938 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()