Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-trimmer.h34 if (!node->IsDead()) MarkAsLive(node); in TrimGraph()
41 V8_INLINE void MarkAsLive(Node* const node) { in MarkAsLive() function
Dgraph-trimmer.cc24 MarkAsLive(graph()->end()); in TrimGraph()
28 for (Node* const input : live->inputs()) MarkAsLive(input); in TrimGraph()