HomeSort by relevance Sort by last modified time
    Searched refs:NullAllInputs (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
control-flow-optimizer.cc 245 branch->NullAllInputs();
249 if_false->NullAllInputs();
272 branch->NullAllInputs();
node.cc 132 NullAllInputs();
223 void Node::NullAllInputs() { ClearInputs(0, InputCount()); }
int64-lowering.cc 293 node->NullAllInputs();
506 node->NullAllInputs();
516 node->NullAllInputs();
    [all...]
node.h 104 void NullAllInputs();
simplified-lowering.cc     [all...]
  /external/v8/test/cctest/compiler/
test-node.cc 712 TEST(NullAllInputs) {
731 n0->NullAllInputs();
735 n1->NullAllInputs();
740 n2->NullAllInputs();
755 n1->NullAllInputs();

Completed in 742 milliseconds