Searched refs:GetControlInput (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining.cc | 73 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()
|
D | graph-visualizer.cc | 53 Node* control = NodeProperties::GetControlInput(node, 0); in GetControlCluster() 123 Node* control = NodeProperties::GetControlInput(from, 0); in IsLikelyBackEdge() 210 NodeProperties::GetControlInput(from) != to)) { in PrintEdge()
|
D | graph-unittest.cc | 167 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()
|
D | verifier.cc | 113 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()
|
D | node-properties.h | 24 static inline Node* GetControlInput(Node* node, int index = 0);
|
D | graph-builder.cc | 209 NodeProperties::GetControlInput(value) == control) { in MergeEffect() 226 NodeProperties::GetControlInput(value) == control) { in MergeValue()
|
D | scheduler.cc | 171 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()
|
D | node-properties-inl.h | 97 inline Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function
|
D | js-typed-lowering.cc | 127 Node* control() { return NodeProperties::GetControlInput(node_); } in control() 602 NodeProperties::GetControlInput(node)); in ReduceJSStoreProperty()
|
D | js-generic-lowering.cc | 168 inputs.push_back(NodeProperties::GetControlInput(node)); in ReplaceWithCompareIC()
|
D | simplified-lowering.cc | 402 Enqueue(NodeProperties::GetControlInput(node, 0)); in VisitNode()
|