/external/v8/src/compiler/ |
D | loop-variable-optimizer.cc | 50 if (!reduced_.Get(NodeProperties::GetControlInput(node, i))) { in Run() 81 << NodeProperties::GetControlInput(phi())->id() in AddUpperBound() 91 << NodeProperties::GetControlInput(phi())->id() in AddLowerBound() 104 NodeProperties::GetControlInput(constraint.left) == loop) { in VisitBackedge() 111 NodeProperties::GetControlInput(constraint.right) == loop) { in VisitBackedge() 209 limits_.Set(node, limits_.Get(NodeProperties::GetControlInput(node, 0))); in TakeConditionsFromFirstControl() 223 Node* loop = NodeProperties::GetControlInput(phi); in TryGetInductionVariable() 316 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards() 330 Node* loop = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
|
D | dead-code-elimination.cc | 82 Node* control = NodeProperties::GetControlInput(node); in PropagateDeadControl() 191 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit() 272 ? NodeProperties::GetControlInput(node, 0) in ReduceEffectNode() 292 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceDeoptimizeOrReturnOrTerminate() 307 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit() 308 Node* loop = NodeProperties::GetControlInput(node, 1); in ReduceLoopExit() 331 Replace(projections[0], NodeProperties::GetControlInput(node)); in ReduceBranchOrSwitch()
|
D | js-intrinsic-lowering.cc | 99 Node* const control = NodeProperties::GetControlInput(node); in ReduceDebugIsActive() 108 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow() 128 Node* const control = NodeProperties::GetControlInput(node); in ReduceCreateJSGeneratorObject() 139 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose() 153 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos() 181 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode() 197 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
|
D | branch-elimination.cc | 58 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch() 101 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 142 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf() 206 Node* input = NodeProperties::GetControlInput(node, 0); in TakeConditionsFromFirstControl()
|
D | scheduler.cc | 97 Placement p = GetPlacement(NodeProperties::GetControlInput(node)); in InitializePlacement() 143 Node* control = NodeProperties::GetControlInput(node); in UpdatePlacement() 155 DCHECK_EQ(node, NodeProperties::GetControlInput(use)); in UpdatePlacement() 192 Node* control = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount() 215 Node* control = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount() 344 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks() 448 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock() 460 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall() 491 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch() 513 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch() [all …]
|
D | js-call-reducer.cc | 46 Node* control = NodeProperties::GetControlInput(node); in ReduceMathUnary() 69 Node* control = NodeProperties::GetControlInput(node); in ReduceMathBinary() 104 Node* control = NodeProperties::GetControlInput(node); in ReduceMathImul() 134 Node* control = NodeProperties::GetControlInput(node); in ReduceMathClz32() 159 Node* control = NodeProperties::GetControlInput(node); in ReduceMathMinMax() 293 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeApply() 402 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeBind() 495 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeCall() 547 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeHasInstance() 650 Node* control = NodeProperties::GetControlInput(node); in ReduceObjectPrototypeHasOwnProperty() [all …]
|
D | js-create-lowering.cc | 122 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate() 411 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject() 483 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 533 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 577 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 835 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator() 894 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator() 928 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction() 966 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure() 1129 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteralArrayOrObject() [all …]
|
D | js-inlining-heuristic.cc | 418 Node* merge = NodeProperties::GetControlInput(callee); in TryReuseDispatch() 419 if (NodeProperties::GetControlInput(node) != merge) return false; in TryReuseDispatch() 429 if (NodeProperties::GetControlInput(checkpoint) != merge) return false; in TryReuseDispatch() 433 if (NodeProperties::GetControlInput(effect) != merge) return false; in TryReuseDispatch() 567 Node* fallthrough_control = NodeProperties::GetControlInput(node); in CreateOrReuseDispatch()
|
D | loop-peeling.cc | 347 NodeProperties::GetControlInput(node, 0)); in EliminateLoopExit() 371 Node* control = NodeProperties::GetControlInput(node); in EliminateLoopExits() 379 Node* control = NodeProperties::GetControlInput(node, i); in EliminateLoopExits()
|
D | verifier.cc | 159 Node* control = NodeProperties::GetControlInput(node, i); in Check() 262 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 270 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 278 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 320 NodeProperties::GetControlInput(node)->opcode()); in Check() 373 NodeProperties::GetControlInput(node)->opcode()); in Check() 471 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 492 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 511 Node* loop = NodeProperties::GetControlInput(node, 1); in Check() 517 Node* loop_exit = NodeProperties::GetControlInput(node, 0); in Check() [all …]
|
D | common-operator-reducer.cc | 143 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 316 Node* control = NodeProperties::GetControlInput(node); in ReduceReturn() 318 NodeProperties::GetControlInput(value) == control && in ReduceReturn() 364 NodeProperties::GetControlInput(effect) == control) { in ReduceReturn()
|
D | js-typed-lowering.cc | 354 Node* control() { return NodeProperties::GetControlInput(node_); } in control() 567 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAdd() 666 Node* control = NodeProperties::GetControlInput(node); in ReduceCreateConsString() 1107 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject() 1186 Node* control = NodeProperties::GetControlInput(node); in ReduceJSHasInPrototypeChain() 1395 Node* control = NodeProperties::GetControlInput(node); in BuildGetModuleCell() 1429 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule() 1444 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule() 1661 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall() 1788 Node* control = NodeProperties::GetControlInput(node); in ReduceJSForInNext() [all …]
|
D | js-inlining.cc | 92 Node* control = NodeProperties::GetControlInput(call); in InlineCall() 194 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall() 541 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall()
|
D | js-native-context-specialization.cc | 179 Node* control = NodeProperties::GetControlInput(node); in ReduceJSInstanceOf() 443 Node* control = NodeProperties::GetControlInput(node); in ReduceJSPromiseResolve() 479 Node* control = NodeProperties::GetControlInput(node); in ReduceJSResolvePromise() 559 Node* control = NodeProperties::GetControlInput(node); in ReduceGlobalAccess() 777 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal() 812 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess() 1174 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess() 1396 Node* control = NodeProperties::GetControlInput(node); in ReduceKeyedAccess() 1536 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize() 1556 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty() [all …]
|
D | node-properties.h | 49 static Node* GetControlInput(Node* node, int index = 0);
|
D | loop-analysis.cc | 208 Node* loop_exit = NodeProperties::GetControlInput(node); in PropagateBackward() 532 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
|
D | node-properties.cc | 83 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function in v8::internal::compiler::NodeProperties 469 Node* control = GetControlInput(effect); in InferReceiverMaps()
|
D | graph-reducer.cc | 230 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
|
D | property-access-builder.cc | 107 Node* control = NodeProperties::GetControlInput(receiver); in NeedsCheckHeapObject()
|
D | redundancy-elimination.cc | 268 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
|
D | escape-analysis.cc | 399 Node* control = NodeProperties::GetControlInput(effect_phi, 0); in MergeInputs() 437 NodeProperties::GetControlInput(old_value, 0) == control) { in MergeInputs()
|
D | load-elimination.cc | 905 Node* control = NodeProperties::GetControlInput(node); in ReduceLoadField() 1106 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi() 1188 Node* const control = NodeProperties::GetControlInput(node); in ComputeLoopState()
|
D | escape-analysis-reducer.cc | 57 Node* control = NodeProperties::GetControlInput(original); in ReplaceNode()
|
D | store-store-elimination.cc | 357 Node* control_input = NodeProperties::GetControlInput(node, i); in Visit()
|
D | representation-change.cc | 613 Node* control = NodeProperties::GetControlInput(node); in InsertUnconditionalDeopt() 770 Node* control = NodeProperties::GetControlInput(use_node); in InsertConversion()
|