Home
last modified time | relevance | path

Searched refs:checks_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dload-elimination.cc449 if (this->checks_) { in Equals()
450 if (!that->checks_ || !that->checks_->Equals(this->checks_)) { in Equals()
453 } else if (that->checks_) { in Equals()
485 if (this->checks_) { in Merge()
486 this->checks_ = in Merge()
487 that->checks_ ? that->checks_->Merge(this->checks_, zone) : nullptr; in Merge()
515 return this->checks_ ? this->checks_->Lookup(node) : nullptr; in LookupCheck()
521 if (that->checks_) { in AddCheck()
522 that->checks_ = that->checks_->Extend(node, zone); in AddCheck()
524 that->checks_ = new (zone) AbstractChecks(node, zone); in AddCheck()
[all …]
Dload-elimination.h259 AbstractChecks const* checks_ = nullptr; in NON_EXPORTED_BASE()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_legal.cpp1493 std::string checks_ = R"( in TEST_F() local
1512 Match(checks_, context.get()); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dfusion_legal.cpp1493 std::string checks_ = R"( in TEST_F() local
1512 Match(checks_, context.get()); in TEST_F()