Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2020 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2021 AAUndefinedBehaviorImpl(const IRPosition &IRP) : AAUndefinedBehavior(IRP) {} in AAUndefinedBehaviorImpl() function
2025 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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1927 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
1928 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
1933 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()