Searched refs:PropagateDeadControl (Results 1 – 2 of 2) sorted by relevance
70 return PropagateDeadControl(node); in Reduce()80 Reduction DeadCodeElimination::PropagateDeadControl(Node* node) { in PropagateDeadControl() function in v8::internal::compiler::DeadCodeElimination201 Reduction reduction = PropagateDeadControl(node); in ReduceNode()216 Reduction reduction = PropagateDeadControl(node); in ReducePhi()236 Reduction reduction = PropagateDeadControl(node); in ReduceEffectPhi()274 Reduction reduction = PropagateDeadControl(node); in ReduceUnreachableOrIfException()317 Reduction reduction = PropagateDeadControl(node); in ReduceDeoptimizeOrReturnOrTerminateOrTailCall()351 Reduction reduction = PropagateDeadControl(node); in ReduceBranchOrSwitch()
66 Reduction PropagateDeadControl(Node* node); in NON_EXPORTED_BASE()