Home
last modified time | relevance | path

Searched refs:FirstControlIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-properties.h36 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex() function
57 return FirstControlIndex(node) + node->op()->ControlInputCount(); in PastControlIndex()
94 return node->InputAt(FirstControlIndex(node) + index);
Dnode-properties.cc60 return IsInputRange(edge, FirstControlIndex(node), in IsControlEdge()
121 node->ReplaceInput(FirstControlIndex(node) + index, control); in ReplaceControlInput()
166 int index = NodeProperties::FirstControlIndex(graph->end()) + i; in RemoveControlFromEnd()
Dgraph-visualizer.cc323 os_ << ",\"rankInputs\":[0," << NodeProperties::FirstControlIndex(node) in PrintNode()
325 os_ << ",\"rankWithInput\":[" << NodeProperties::FirstControlIndex(node) in PrintNode()
329 os_ << ",\"rankInputs\":[" << NodeProperties::FirstControlIndex(node) in PrintNode()
387 } else if (index < NodeProperties::FirstControlIndex(from)) { in PrintEdge()
Dcontrol-equivalence.cc181 for (int i = NodeProperties::FirstControlIndex(node); i < max; i++) { in DetermineParticipation()
Dbranch-elimination.cc282 node->ReplaceInput(NodeProperties::FirstControlIndex(node), in ReduceTrapConditional()
Dscheduler.cc181 return NodeProperties::FirstControlIndex(node); in GetCoupledControlEdge()
262 for (int i = NodeProperties::FirstControlIndex(node); i < max; i++) { in Run()
298 for (int i = NodeProperties::FirstControlIndex(node); i < max; i++) { in Run()
Djs-generic-lowering.cc214 node->RemoveInput(NodeProperties::FirstControlIndex(node)); in DEF_BINARY_LOWERING()
744 node->RemoveInput(NodeProperties::FirstControlIndex(node)); in LowerJSGetTemplateObject()
Dloop-analysis.cc353 return index != NodeProperties::FirstControlIndex(use) && in IsBackedge()
Dsimplified-lowering.cc2162 EnqueueInput<T>(node, NodeProperties::FirstControlIndex(node)); in VisitNode()
2167 EnqueueInput<T>(node, NodeProperties::FirstControlIndex(node)); in VisitNode()
Dwasm-compiler.cc835 use->ReplaceInput(NodeProperties::FirstControlIndex(use), start); in PatchInStackCheckIfNeeded()