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()
1927 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct1928 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function1933 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()2124 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()2128 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()2153 ChangeStatus manifest(Attributor &A) override { in manifest()2162 const std::string getAsStr() const override { in getAsStr()2191 SmallPtrSet<Instruction *, 8> KnownUBInsts;2195 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;2206 Optional<Value *> stopOnUndefOrAssumed(Attributor &A, const Value *V, in stopOnUndefOrAssumed()