Home
last modified time | relevance | path

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

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