Home
last modified time | relevance | path

Searched refs:IntervalStartsAtBlockBoundary (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1233 bool IntervalStartsAtBlockBoundary(const UseInterval* interval) const;
Dregister-allocator.cc2603 CHECK(IntervalStartsAtBlockBoundary(i)); in Verify()
2617 bool LiveRangeBuilder::IntervalStartsAtBlockBoundary( in IntervalStartsAtBlockBoundary() function in v8::internal::compiler::LiveRangeBuilder