Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc653 UsePosition* use_before = nullptr; in DetachAt() local
659 use_before = use_after; in DetachAt()
664 use_before = use_after; in DetachAt()
670 if (use_before != nullptr) { in DetachAt()
671 use_before->set_next(nullptr); in DetachAt()
682 if (connect_hints == ConnectHints && use_before != nullptr && in DetachAt()
684 use_after->SetHint(use_before); in DetachAt()
690 return use_before; in DetachAt()