Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1926 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
1927 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
1932 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()