Home
last modified time | relevance | path

Searched refs:NullAllInputs (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dcontrol-flow-optimizer.cc245 branch->NullAllInputs(); in TryBuildSwitch()
249 if_false->NullAllInputs(); in TryBuildSwitch()
272 branch->NullAllInputs(); in TryBuildSwitch()
Dnode.cc132 NullAllInputs(); in Kill()
223 void Node::NullAllInputs() { ClearInputs(0, InputCount()); } in NullAllInputs() function in v8::internal::compiler::Node
Dint64-lowering.cc293 node->NullAllInputs(); in LowerNode()
506 node->NullAllInputs(); in LowerNode()
516 node->NullAllInputs(); in LowerNode()
Dnode.h104 void NullAllInputs();
Dsimplified-lowering.cc2103 node->NullAllInputs(); // Node is now dead. in DeferReplacement()
/external/v8/test/cctest/compiler/
Dtest-node.cc712 TEST(NullAllInputs) { in TEST() argument
731 n0->NullAllInputs(); in TEST()
735 n1->NullAllInputs(); in TEST()
740 n2->NullAllInputs(); in TEST()
755 n1->NullAllInputs(); in TEST()