Home
last modified time | relevance | path

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/
DAttributor.h1470 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/
DAttributor.cpp4328 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()