Searched defs:AAUndefinedBehaviorImpl (Results 1 – 1 of 1) sorted by relevance
1926 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct1927 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function1932 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()2122 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()2126 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()2151 ChangeStatus manifest(Attributor &A) override { in manifest()2160 const std::string getAsStr() const override { in getAsStr()2189 SmallPtrSet<Instruction *, 8> KnownUBInsts;2193 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;2204 Optional<Value *> stopOnUndefOrAssumed(Attributor &A, const Value *V, in stopOnUndefOrAssumed()