Home
last modified time | relevance | path

Searched refs:InstructionBlockAt (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dframe-elider.cc54 if (!InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
72 if (InstructionBlockAt(succ)->needs_frame()) { in MarkDeConstruction()
74 InstructionBlockAt(succ)->mark_must_construct_frame(); in MarkDeConstruction()
111 if (InstructionBlockAt(pred)->needs_frame() && in PropagateIntoBlock()
112 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) { in PropagateIntoBlock()
123 InstructionBlockAt(block->successors()[0])->needs_frame(); in PropagateIntoBlock()
131 InstructionBlock* successor_block = InstructionBlockAt(succ); in PropagateIntoBlock()
156 InstructionBlock* FrameElider::InstructionBlockAt(RpoNumber rpo_number) const { in InstructionBlockAt() function in v8::internal::compiler::FrameElider
157 return code_->InstructionBlockAt(rpo_number); in InstructionBlockAt()
Dframe-elider.h31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
Dmove-optimizer.cc150 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) { in Run()
383 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
405 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
481 const InstructionBlock* pred = code()->InstructionBlockAt(pred_index); in OptimizeMerge()
Dinstruction.cc753 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()
768 CHECK(InstructionBlockAt(successor_id)->IsDeferred()); in ValidateDeferredBlockExitPaths()
782 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred()); in ValidateDeferredBlockEntryPaths()
842 const InstructionBlock* block = InstructionBlockAt(rpo); in GetBlockStart()
849 current_block_ = InstructionBlockAt(rpo); in StartBlock()
995 const InstructionBlock* block = InstructionBlockAt(rpo); in PrintBlock()
1103 printable_block.block_ = code.InstructionBlockAt(RpoNumber::FromInt(i)); in operator <<()
Dlive-range-separator.cc88 code->InstructionBlockAt(RpoNumber::FromInt(block_id)); in SplinterLiveRange()
Djump-threading.cc72 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding()
Dregister-allocator.cc57 return sequence->InstructionBlockAt(index); in GetContainingLoop()
1675 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()
1687 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()
1820 code()->InstructionBlockAt(block->predecessors()[i]); in ResolvePhis()
1866 const InstructionBlock* successor = code->InstructionBlockAt(succ); in ComputeLiveOut()
2263 code()->InstructionBlockAt(predecessor); in ProcessPhis()
2386 code()->InstructionBlockAt(RpoNumber::FromInt(block_id)); in BuildLiveRanges()
2510 data()->code()->InstructionBlockAt(pred_index); in IntervalPredecessorsCoveredByRange()
3393 code()->InstructionBlockAt(block->predecessors()[i]); in TryReuseSpillForPhi()
3763 const InstructionBlock* pred_block = code()->InstructionBlockAt(pred); in ResolveControlFlow()
[all …]
Dcode-generator.cc261 ->InstructionBlockAt(current_block_) in IsNextInAssemblyOrder()
263 .IsNext(code()->InstructionBlockAt(block)->ao_number()); in IsNextInAssemblyOrder()
Dinstruction.h1474 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in NON_EXPORTED_BASE()
1483 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in NON_EXPORTED_BASE()
Dgraph-visualizer.cc453 instructions->InstructionBlockAt( in PrintSchedule()
Dinstruction-selector.cc82 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in SelectInstructions()
902 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in VisitBlock()
2287 ->InstructionBlockAt(RpoNumber::FromInt(current_block_->rpo_number())) in VisitPhi()