Searched refs:BooleanState (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | Attributor.h | 1470 struct BooleanState : public IntegerStateBase<bool, 1, 0> { 1865 StateWrapper<BooleanState, AbstractAttribute>> { 1883 StateWrapper<BooleanState, AbstractAttribute>> { 1902 StateWrapper<BooleanState, AbstractAttribute>> { 1921 StateWrapper<BooleanState, AbstractAttribute>> { 1940 StateWrapper<BooleanState, AbstractAttribute>> { 1958 : public StateWrapper<BooleanState, AbstractAttribute>, 1986 struct AAReachability : public StateWrapper<BooleanState, AbstractAttribute>, 2019 StateWrapper<BooleanState, AbstractAttribute>> { 2038 StateWrapper<BooleanState, AbstractAttribute>> { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | Attributor.cpp | 4328 auto VisitValueCB = [&](Value &V, BooleanState, bool Stripped) -> bool { in updateImpl() argument 4341 if (!genericValueTraversal<AAValueSimplify, BooleanState>( in updateImpl() 4342 A, getIRPosition(), *this, static_cast<BooleanState &>(*this), in updateImpl()
|