Searched refs:MarkAsLive (Results 1 – 2 of 2) sorted by relevance
24 MarkAsLive(graph()->end()); in TrimGraph()28 for (Node* const input : live->inputs()) MarkAsLive(input); in TrimGraph()
33 if (!node->IsDead()) MarkAsLive(node); in TrimGraph()40 V8_INLINE void MarkAsLive(Node* const node) { in MarkAsLive() function