Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2932 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2933 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
2938 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3138 bool isKnownToCauseUB(Instruction *I) const override { in isKnownToCauseUB()
3142 bool isAssumedToCauseUB(Instruction *I) const override { in isAssumedToCauseUB()
3167 ChangeStatus manifest(Attributor &A) override { in manifest()
3176 const std::string getAsStr() const override { in getAsStr()
3205 SmallPtrSet<Instruction *, 8> KnownUBInsts;
3209 SmallPtrSet<Instruction *, 8> AssumedNoUBInsts;
3220 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed()