Home
last modified time | relevance | path

Searched refs:InstructionBlockAt (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dframe-elider.cc51 if (!InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
69 if (InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
71 InstructionBlockAt(succ)->mark_must_construct_frame(); in MarkDeConstruction()
105 if (InstructionBlockAt(pred)->needs_frame() && in PropagateIntoBlock()
106 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) { in PropagateIntoBlock()
117 InstructionBlockAt(block->successors()[0])->needs_frame(); in PropagateIntoBlock()
125 InstructionBlock* successor_block = InstructionBlockAt(succ); in PropagateIntoBlock()
148 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const { in InstructionBlockAt() function in v8::internal::compiler::FrameElider
149 return code_->InstructionBlockAt(rpo_number); in InstructionBlockAt()
H A Djump-threading.cc79 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding()
203 if (code->InstructionBlockAt(block_rpo)->IsHandler()) { in ApplyForwarding()
204 code->InstructionBlockAt(result_rpo)->MarkHandler(); in ApplyForwarding()
221 code->InstructionBlockAt(block_rpo)->UnmarkHandler(); in ApplyForwarding()
H A Dspill-placer.cc82 SetSpillRequired(code->InstructionBlockAt(start_block), range->vreg(), in Add()
272 block = data()->code()->InstructionBlockAt(block->loop_header()); in SetSpillRequired()
305 InstructionBlock* successor = code->InstructionBlockAt(successor_id); in FirstBackwardPass()
359 InstructionBlock* predecessor = code->InstructionBlockAt(predecessor_id); in ForwardPass()
410 InstructionBlock* successor = code->InstructionBlockAt(successor_id); in SecondBackwardPass()
454 InstructionBlock* successor = code->InstructionBlockAt(successor_id); in SecondBackwardPass()
H A Dframe-elider.h29 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
H A Dmove-optimizer.cc147 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) { in Run()
378 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
400 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
476 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
H A Dinstruction.cc749 const InstructionBlock* successor = InstructionBlockAt(successor_id);
764 CHECK(InstructionBlockAt(successor_id)->IsDeferred());
778 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred());
885 const InstructionBlock* block = InstructionBlockAt(rpo);
891 current_block_ = InstructionBlockAt(rpo);
1017 const InstructionBlock* block = InstructionBlockAt(rpo);
1202 auto* block = code.InstructionBlockAt(RpoNumber::FromInt(i));
H A Dregister-allocator.cc41 return sequence->InstructionBlockAt(index); in GetContainingLoop()
1688 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()
1701 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()
1864 code()->InstructionBlockAt(block->predecessors()[i]); in ResolvePhis()
1909 const InstructionBlock* successor = code->InstructionBlockAt(succ); in ComputeLiveOut()
2379 code()->InstructionBlockAt(predecessor); in ProcessPhis()
2500 code()->InstructionBlockAt(RpoNumber::FromInt(block_id)); in BuildLiveRanges()
2635 data()->code()->InstructionBlockAt(pred_index); in IntervalPredecessorsCoveredByRange()
2666 code()->InstructionBlockAt(RpoNumber::FromInt(block_id)); in BuildBundles()
3436 !code()->InstructionBlockAt(predecesso in ConsiderBlockForControlFlow()
[all...]
H A Dcode-generator.cc506 ->InstructionBlockAt(current_block_) in IsNextInAssemblyOrder()
508 .IsNext(instructions()->InstructionBlockAt(block)->ao_number()); in IsNextInAssemblyOrder()
964 DCHECK(instructions()->InstructionBlockAt(handler_rpo)->IsHandler()); in RecordCallPosition()
H A Dinstruction.h1670 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in InstructionBlockAt() function in v8::internal::compiler::final
1679 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in InstructionBlockAt() function in v8::internal::compiler::final
H A Dinstruction-selector.cc127 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in SelectInstructions()
1241 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in VisitBlock()
2874 ->InstructionBlockAt(RpoNumber::FromInt(current_block_->rpo_number())) in VisitPhi()
H A Dmid-tier-register-allocator.cc161 return code()->InstructionBlockAt(rpo_number); in GetBlock()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc605 instructions->InstructionBlockAt( in PrintSchedule()
1361 code->InstructionBlockAt(RpoNumber::FromInt(i)), code}; in operator <<()

Completed in 52 milliseconds