Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h629 void VisitDeadValue(Node* node);
Dinstruction-selector.cc1453 VisitDeadValue(node); in VisitNode()
3190 void InstructionSelector::VisitDeadValue(Node* node) { in VisitDeadValue() function in v8::internal::compiler::InstructionSelector