Home
last modified time | relevance | path

Searched refs:GetControlInput (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Djs-inlining.cc73 Node* end_block() { return NodeProperties::GetControlInput(unique_return()); } in end_block()
87 Node* unique_return = NodeProperties::GetControlInput(end_); in unique_return()
117 Node* final_merge = NodeProperties::GetControlInput(graph->end(), 0); in UnifyReturn()
141 iter.UpdateToAndIncrement(NodeProperties::GetControlInput(input)); in UnifyReturn()
236 Node* control = NodeProperties::GetControlInput(call); in InlineAtCall()
Dgraph-visualizer.cc53 Node* control = NodeProperties::GetControlInput(node, 0); in GetControlCluster()
123 Node* control = NodeProperties::GetControlInput(from, 0); in IsLikelyBackEdge()
210 NodeProperties::GetControlInput(from) != to)) { in PrintEdge()
Dgraph-unittest.cc167 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
197 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain()
199 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain()
225 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
325 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
419 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
534 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
Dverifier.cc113 Node* control = NodeProperties::GetControlInput(node, i); in Pre()
160 NodeProperties::GetControlInput(node, 0)->opcode()); in Pre()
195 Node* control = NodeProperties::GetControlInput(node, 0); in Pre()
203 Node* control = NodeProperties::GetControlInput(node, 0); in Pre()
426 Node* control = NodeProperties::GetControlInput(phi); in Run()
Dnode-properties.h24 static inline Node* GetControlInput(Node* node, int index = 0);
Dgraph-builder.cc209 NodeProperties::GetControlInput(value) == control) { in MergeEffect()
226 NodeProperties::GetControlInput(value) == control) { in MergeValue()
Dscheduler.cc171 Node* branch_block_node = NodeProperties::GetControlInput(branch); in ConnectBranch()
202 Node* return_block_node = NodeProperties::GetControlInput(ret); in ConnectReturn()
272 data->placement_ = GetPlacement(NodeProperties::GetControlInput(node)); in GetPlacement()
441 : schedule_->block(NodeProperties::GetControlInput(node)); in Pre()
556 Node* merge = NodeProperties::GetControlInput(use, 0); in GetBlockForUse()
559 use = NodeProperties::GetControlInput(merge, index); in GetBlockForUse()
Dnode-properties-inl.h97 inline Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function
Djs-typed-lowering.cc127 Node* control() { return NodeProperties::GetControlInput(node_); } in control()
602 NodeProperties::GetControlInput(node)); in ReduceJSStoreProperty()
Djs-generic-lowering.cc168 inputs.push_back(NodeProperties::GetControlInput(node)); in ReplaceWithCompareIC()
Dsimplified-lowering.cc402 Enqueue(NodeProperties::GetControlInput(node, 0)); in VisitNode()