Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp2424 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2425 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
2430 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
2626 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()
2630 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()
2655 ChangeStatus manifest(Attributor &A) override { in manifest()
2664 const std::string getAsStr() const override { in getAsStr()
2693 SmallPtrSet<Instruction *, 8> KnownUBInsts;
2697 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;
2708 Optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()