/external/v8/src/compiler/ |
D | js-intrinsic-lowering.cc | 118 Node* const control = NodeProperties::GetControlInput(node); in ReduceDebugIsActive() 128 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow() 145 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose() 159 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos() 169 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetContext() 179 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode() 195 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType() 250 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet() 262 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet() 318 Node* control = NodeProperties::GetControlInput(node); in ReduceGetSuperConstructor() [all …]
|
D | tail-call-optimization.cc | 27 Node* const control = NodeProperties::GetControlInput(node); in Reduce() 68 DCHECK_EQ(call, NodeProperties::GetControlInput(control, 0)); in Reduce() 71 node->ReplaceInput(1, NodeProperties::GetControlInput(call)); in Reduce()
|
D | loop-variable-optimizer.cc | 49 if (limits_[NodeProperties::GetControlInput(node, i)->id()] == nullptr) { in Run() 155 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound in AddUpperBound() 166 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound; in AddLowerBound() 180 NodeProperties::GetControlInput(constraint->left()) == loop) { in VisitBackedge() 187 NodeProperties::GetControlInput(constraint->right()) == loop) { in VisitBackedge() 286 limits_[NodeProperties::GetControlInput(node, 0)->id()]; in TakeConditionsFromFirstControl() 302 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(phi)->opcode()); in TryGetInductionVariable() 381 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards() 396 NodeProperties::GetControlInput(induction_var->phi())->InputAt(1); in ChangeToPhisAndInsertGuards()
|
D | dead-code-elimination.cc | 138 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit() 149 Node* control = NodeProperties::GetControlInput(node); in ReduceNode() 155 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit() 156 Node* loop = NodeProperties::GetControlInput(node, 1); in ReduceLoopExit()
|
D | scheduler.cc | 82 Placement p = GetPlacement(NodeProperties::GetControlInput(node)); in GetPlacement() 116 Node* control = NodeProperties::GetControlInput(node); in UpdatePlacement() 128 DCHECK_EQ(node, NodeProperties::GetControlInput(use)); in UpdatePlacement() 166 Node* control = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount() 189 Node* control = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount() 318 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks() 420 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock() 432 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall() 463 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch() 485 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch() [all …]
|
D | branch-elimination.cc | 59 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch() 92 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 122 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf() 208 node_conditions_.Get(NodeProperties::GetControlInput(node, 0)); in TakeConditionsFromFirstControl()
|
D | verifier.cc | 149 Node* control = NodeProperties::GetControlInput(node, i); in Check() 219 NodeProperties::GetControlInput(node, 0)->opcode()); in Check() 225 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 233 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 274 NodeProperties::GetControlInput(node)->opcode()); in Check() 310 NodeProperties::GetControlInput(node)->opcode()); in Check() 423 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 444 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 451 Node* loop = NodeProperties::GetControlInput(node, 1); in Check() 457 Node* loop_exit = NodeProperties::GetControlInput(node, 0); in Check() [all …]
|
D | loop-peeling.cc | 344 NodeProperties::GetControlInput(node, 0)); in EliminateLoopExit() 371 Node* control = NodeProperties::GetControlInput(node); in EliminateLoopExits() 379 Node* control = NodeProperties::GetControlInput(node, i); in EliminateLoopExits()
|
D | common-operator-reducer.cc | 133 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 304 Node* control = NodeProperties::GetControlInput(node); in ReduceReturn() 306 NodeProperties::GetControlInput(value) == control && in ReduceReturn() 352 NodeProperties::GetControlInput(effect) == control) { in ReduceReturn()
|
D | js-typed-lowering.cc | 279 user->ReplaceUses(NodeProperties::GetControlInput(node_)); in ChangeToSpeculativeOperator() 391 Node* control() { return NodeProperties::GetControlInput(node_); } in control() 653 Node* control = NodeProperties::GetControlInput(node); in ReduceCreateConsString() 1235 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject() 1291 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadNamed() 1327 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty() 1380 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreProperty() 1437 Node* control = NodeProperties::GetControlInput(node); in ReduceJSOrdinaryHasInstance() 1651 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule() 1688 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule() [all …]
|
D | js-builtin-reducer.cc | 212 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayIterator() 332 Node* control = NodeProperties::GetControlInput(node); in ReduceFastArrayIteratorNext() 502 Node* control = NodeProperties::GetControlInput(node); in ReduceTypedArrayIteratorNext() 733 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPop() 822 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPush() 954 Node* control = NodeProperties::GetControlInput(node); in ReduceDateGetTime() 1483 Node* control = NodeProperties::GetControlInput(node); in ReduceObjectCreate() 1632 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharAt() 1686 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharCodeAt() 1764 Node* control = NodeProperties::GetControlInput(node); in ReduceStringIterator() [all …]
|
D | js-create-lowering.cc | 242 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate() 545 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 630 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArrayToStubCall() 813 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral() 851 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext() 891 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext() 921 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext() 959 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
|
D | js-inlining.cc | 86 Node* control = NodeProperties::GetControlInput(call); in InlineCall() 185 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall() 660 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall()
|
D | node-properties.h | 48 static Node* GetControlInput(Node* node, int index = 0);
|
D | load-elimination.cc | 715 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadField() 798 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadElement() 871 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi() 943 Node* const control = NodeProperties::GetControlInput(node); in ComputeLoopState()
|
D | loop-analysis.cc | 208 Node* loop_exit = NodeProperties::GetControlInput(node); in PropagateBackward() 523 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
|
D | js-native-context-specialization.cc | 177 Node* control = NodeProperties::GetControlInput(node); in ReduceJSInstanceOf() 321 Node* control = NodeProperties::GetControlInput(node); in ReduceGlobalAccess() 528 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal() 562 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess() 915 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess() 1159 Node* control = NodeProperties::GetControlInput(node); in ReduceKeyedAccess() 1270 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize() 1728 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreDataPropertyInLiteral()
|
D | js-call-reducer.cc | 246 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeHasInstance() 494 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall() 669 Node* control = NodeProperties::GetControlInput(node); in ReduceJSConstruct()
|
D | graph-reducer.cc | 225 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
|
D | redundancy-elimination.cc | 223 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
|
D | effect-control-linearizer.cc | 113 Node* input = NodeProperties::GetControlInput(control, i); in UpdateBlockControl() 211 Node* merge = NodeProperties::GetControlInput(branch); in TryCloneBranch() 213 NodeProperties::GetControlInput(cond) != merge) { in TryCloneBranch() 232 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch() 234 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch() 248 Node* control1 = NodeProperties::GetControlInput(merge, index); in TryCloneBranch() 282 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch() 284 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch()
|
D | js-inlining-heuristic.cc | 196 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate()
|
D | osr.cc | 149 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
|
D | escape-analysis-reducer.cc | 116 Node* const control = NodeProperties::GetControlInput(original); in MaybeGuard()
|
D | typer.cc | 673 int arity = NodeProperties::GetControlInput(node)->op()->ControlInputCount(); in TypeInductionVariablePhi() 674 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(node)->opcode()); in TypeInductionVariablePhi() 675 DCHECK_EQ(2, NodeProperties::GetControlInput(node)->InputCount()); in TypeInductionVariablePhi() 772 os << "Loop (" << NodeProperties::GetControlInput(node)->id() in TypeInductionVariablePhi()
|