Home
last modified time | relevance | path

Searched refs:GetControlInput (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.cc93 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 Dloop-variable-optimizer.cc50 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 Ddead-code-elimination.cc82 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 Dscheduler.cc105 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 Dloop-peeling.cc257 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 Draw-machine-assembler.cc437 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 Dcommon-operator-reducer.cc151 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 Djs-intrinsic-lowering.cc125 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 Djs-create-lowering.cc116 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 Dverifier.cc204 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 Djs-inlining-heuristic.cc510 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 Dwasm-escape-analysis.cc61 NodeProperties::GetControlInput(node)); in ReduceAllocateRaw()
H A Dbranch-condition-duplicator.cc89 Enqueue(NodeProperties::GetControlInput(node, i)); in VisitNode()
H A Dwasm-inlining.cc257 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 Dmemory-optimizer.cc124 Node* const control = NodeProperties::GetControlInput(loop_effect_phi); in CanLoopAllocate()
136 Node* control = NodeProperties::GetControlInput(phi); in EffectPhiForPhi()
H A Djs-typed-lowering.cc389 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 Djs-inlining.cc112 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 Dloop-analysis.cc223 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 Dmemory-lowering.cc417 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 Dint64-lowering.cc790 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 Djs-native-context-specialization.cc221 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 Dgraph-reducer.cc257 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
H A Dnode-properties.h91 static Node* GetControlInput(Node* node, int index = 0) { in GetControlInput() function in v8::internal::compiler::NodeProperties
H A Dload-elimination.cc910 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 Dredundancy-elimination.cc280 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()

Completed in 34 milliseconds

12