/third_party/node/deps/v8/src/compiler/ |
H A D | branch-elimination.cc | 93 Node* merge = NodeProperties::GetControlInput(branch); in SimplifyBranchCondition() 135 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch() 186 Node* merge = NodeProperties::GetControlInput(node); in TryPullTrapIntoMerge() 191 NodeProperties::GetControlInput(effect_input) == merge)) { in TryPullTrapIntoMerge() 236 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceTrapConditional() 273 Node* branch = NodeProperties::GetControlInput(control_input); in ReduceTrapConditional() 283 NodeProperties::GetControlInput(branch)); in ReduceTrapConditional() 318 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 350 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf() 410 Node* input = NodeProperties::GetControlInput(nod in TakeConditionsFromFirstControl() [all...] |
H A 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() 211 limits_.Set(node, limits_.Get(NodeProperties::GetControlInput(node, 0))); in TakeConditionsFromFirstControl() 225 Node* loop = NodeProperties::GetControlInput(phi); in TryGetInductionVariable() 320 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards() 334 Node* loop = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
|
H A D | dead-code-elimination.cc | 82 Node* control = NodeProperties::GetControlInput(node); in PropagateDeadControl() 190 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit() 239 Node* merge = NodeProperties::GetControlInput(node); in ReduceEffectPhi() 249 Node* control = NodeProperties::GetControlInput(merge, i); in ReduceEffectPhi() 299 ? NodeProperties::GetControlInput(node, 0) in ReduceEffectNode() 324 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceDeoptimizeOrReturnOrTerminateOrTailCall() 339 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit() 340 Node* loop = NodeProperties::GetControlInput(node, 1); in ReduceLoopExit() 363 Replace(projections[0], NodeProperties::GetControlInput(node)); in ReduceBranchOrSwitch()
|
H A D | scheduler.cc | 105 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 = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount() 211 node = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount() 342 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks() 444 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock() 456 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall() 522 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch() 544 Node* switch_control = NodeProperties::GetControlInput(s in ConnectSwitch() [all...] |
H A D | loop-peeling.cc | 257 NodeProperties::GetControlInput(node, 0)); in EliminateLoopExit() 279 Node* control = NodeProperties::GetControlInput(node); in EliminateLoopExits() 287 Node* control = NodeProperties::GetControlInput(node, i); in EliminateLoopExits()
|
H A D | raw-machine-assembler.cc | 437 Node* control = NodeProperties::GetControlInput(phi); in MakePhiBinary() 454 control_node = NodeProperties::GetControlInput(control_node); in MarkControlDeferred() 473 Node* branch = NodeProperties::GetControlInput(control_node); in MarkControlDeferred() 478 control_node = NodeProperties::GetControlInput(branch); in MarkControlDeferred() 486 Node* branch = NodeProperties::GetControlInput(control_node); in MarkControlDeferred() 491 control_node = NodeProperties::GetControlInput(branch); in MarkControlDeferred() 500 MarkControlDeferred(NodeProperties::GetControlInput(control_node, i)); in MarkControlDeferred() 504 control_node = NodeProperties::GetControlInput(control_node, 0); in MarkControlDeferred() 513 control_node = NodeProperties::GetControlInput(control_node); in MarkControlDeferred()
|
H A D | common-operator-reducer.cc | 151 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 321 Node* control = NodeProperties::GetControlInput(node); in ReduceReturn() 323 NodeProperties::GetControlInput(value) == control && in ReduceReturn() 369 NodeProperties::GetControlInput(effect) == control) { in ReduceReturn() 501 return Replace(NodeProperties::GetControlInput(trap)); in ReduceTrapConditional()
|
H A D | js-intrinsic-lowering.cc | 125 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow() 144 Node* const control = NodeProperties::GetControlInput(node); in ReduceCreateJSGeneratorObject() 155 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose() 229 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode() 245 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
|
H A D | js-create-lowering.cc | 116 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate() 388 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject() 467 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 525 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 572 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() 749 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator() 779 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateAsyncFunctionObject() 855 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator() 890 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction() 1149 Node* control = NodeProperties::GetControlInput(nod in ReduceJSCreateEmptyLiteralObject() [all...] |
H A D | verifier.cc | 204 Node* control = NodeProperties::GetControlInput(node, i); in Check() 325 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 332 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 339 Node* input = NodeProperties::GetControlInput(node, 0); in Check() 351 NodeProperties::GetControlInput(node)->opcode()); in Check() 397 NodeProperties::GetControlInput(node)->opcode()); in Check() 477 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 497 Node* control = NodeProperties::GetControlInput(node, 0); in Check() 516 Node* loop = NodeProperties::GetControlInput(node, 1); in Check() 522 Node* loop_exit = NodeProperties::GetControlInput(nod in Check() [all...] |
H A D | js-inlining-heuristic.cc | 510 Node* merge = NodeProperties::GetControlInput(callee); in TryReuseDispatch() 511 if (NodeProperties::GetControlInput(node) != merge) return false; in TryReuseDispatch() 521 if (NodeProperties::GetControlInput(checkpoint) != merge) return false; in TryReuseDispatch() 525 if (NodeProperties::GetControlInput(effect) != merge) return false; in TryReuseDispatch() 662 Node* fallthrough_control = NodeProperties::GetControlInput(node); in CreateOrReuseDispatch()
|
H A D | wasm-escape-analysis.cc | 61 NodeProperties::GetControlInput(node)); in ReduceAllocateRaw()
|
H A D | branch-condition-duplicator.cc | 89 Enqueue(NodeProperties::GetControlInput(node, i)); in VisitNode()
|
H A D | wasm-inlining.cc | 257 Node* control = NodeProperties::GetControlInput(call); in RewireFunctionEntry() 407 : NodeProperties::GetControlInput(input)); in InlineCall() 467 controls.push_back(NodeProperties::GetControlInput(return_node)); in InlineCall()
|
H A D | memory-optimizer.cc | 124 Node* const control = NodeProperties::GetControlInput(loop_effect_phi); in CanLoopAllocate() 136 Node* control = NodeProperties::GetControlInput(phi); in EffectPhiForPhi()
|
H A D | js-typed-lowering.cc | 389 Node* control() { return NodeProperties::GetControlInput(node_); } in control() 587 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAdd() 1115 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject() 1195 Node* control = NodeProperties::GetControlInput(node); in ReduceJSHasInPrototypeChain() 1434 Node* control = NodeProperties::GetControlInput(node); in BuildGetModuleCell() 1469 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule() 1484 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule() 2109 Node* control = NodeProperties::GetControlInput(node); in ReduceJSGeneratorStore() 2147 Node* control = NodeProperties::GetControlInput(node); in ReduceJSGeneratorRestoreContinuation() 2181 Node* control = NodeProperties::GetControlInput(nod in ReduceJSGeneratorRestoreRegister() [all...] |
H A D | js-inlining.cc | 112 Node* control = NodeProperties::GetControlInput(call); in InlineCall() 212 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall() 378 Node* control = NodeProperties::GetControlInput(node); in DetermineCallContext()
|
H A D | loop-analysis.cc | 223 Node* loop_exit = NodeProperties::GetControlInput(node); in PropagateBackward() 591 if (NodeProperties::GetControlInput(node)->InputAt(1) != loop_header) { in FindSmallInnermostLoopFromHeader() 715 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
|
H A D | memory-lowering.cc | 417 Node* control = NodeProperties::GetControlInput(node); in DecodeExternalPointer() 459 Node* control = NodeProperties::GetControlInput(node); in ReduceLoadMap() 552 Node* control = NodeProperties::GetControlInput(node); in ReduceStoreField()
|
H A D | int64-lowering.cc | 790 lt32.Chain(NodeProperties::GetControlInput(node)); in LowerNode() 831 d.Chain(NodeProperties::GetControlInput(node)); in LowerNode() 851 d.Chain(NodeProperties::GetControlInput(node)); in LowerNode() 1147 inputs_low[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement() 1148 inputs_high[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement()
|
H A D | js-native-context-specialization.cc | 221 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionEnter() 258 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionReject() 294 Node* control = NodeProperties::GetControlInput(node); in ReduceJSAsyncFunctionResolve() 668 Control control{NodeProperties::GetControlInput(node)}; in ReduceJSPromiseResolve() 702 Control control{NodeProperties::GetControlInput(node)}; in ReduceJSResolvePromise() 793 Node* control = NodeProperties::GetControlInput(node); in ReduceGlobalAccess() 1066 Control control{NodeProperties::GetControlInput(node)}; in ReduceNamedAccess() 1553 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccessOnString() 1643 Control control{NodeProperties::GetControlInput(node)}; in ReduceElementAccess() 1860 Node* control = NodeProperties::GetControlInput(nod in ReduceElementLoadFromHeapConstant() [all...] |
H A D | graph-reducer.cc | 257 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
|
H A D | node-properties.h | 91 static Node* GetControlInput(Node* node, int index = 0) { in GetControlInput() function in v8::internal::compiler::NodeProperties
|
H A D | load-elimination.cc | 910 Node* control = NodeProperties::GetControlInput(node); in ReduceLoadField() 1017 Node* control = NodeProperties::GetControlInput(node); in ReduceStoreField() 1176 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi() 1277 Node* const control = NodeProperties::GetControlInput(node); in ComputeLoopState()
|
H A D | redundancy-elimination.cc | 280 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
|