Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h917 bool NextIntervalStartsInDifferentBlocks(const UseInterval* interval) const;
Dregister-allocator.cc2485 CHECK(NextIntervalStartsInDifferentBlocks(first)); in Verify()
2497 CHECK(NextIntervalStartsInDifferentBlocks(i)); in Verify()
2531 bool LiveRangeBuilder::NextIntervalStartsInDifferentBlocks( in NextIntervalStartsInDifferentBlocks() function in v8::internal::compiler::LiveRangeBuilder