Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Ddead-code-elimination.cc227 DeadValueRepresentationOf(input->op()) != rep) { in ReducePhi()
377 if (rep == DeadValueRepresentationOf(node->op())) return node; in DeadValue()
Dcommon-operator.h386 MachineRepresentation DeadValueRepresentationOf(Operator const*)
Dcommon-operator.cc1463 MachineRepresentation DeadValueRepresentationOf(Operator const* op) { in DeadValueRepresentationOf() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h366 switch (DeadValueRepresentationOf(node->op())) { in ToConstant()
Dinstruction-selector.cc3192 MarkAsRepresentation(DeadValueRepresentationOf(node->op()), node); in VisitDeadValue()