Searched refs:InstructionBlockAt (Results 1 – 11 of 11) sorted by relevance
54 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::FrameElider157 return code_->InstructionBlockAt(rpo_number); in InstructionBlockAt()
150 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()
31 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const;
766 const InstructionBlock* successor = InstructionBlockAt(successor_id); in ValidateEdgeSplitForm()781 CHECK(InstructionBlockAt(successor_id)->IsDeferred()); in ValidateDeferredBlockExitPaths()795 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred()); in ValidateDeferredBlockEntryPaths()855 const InstructionBlock* block = InstructionBlockAt(rpo); in GetBlockStart()862 current_block_ = InstructionBlockAt(rpo); in StartBlock()999 const InstructionBlock* block = InstructionBlockAt(rpo); in PrintBlock()1098 printable_block.block_ = code.InstructionBlockAt(RpoNumber::FromInt(i)); in operator <<()
62 const InstructionBlock* pred = code->InstructionBlockAt(pred_rpo); in IsBlockWithBranchPoisoning()86 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding()
88 code->InstructionBlockAt(RpoNumber::FromInt(block_id)); in SplinterLiveRange()
59 return sequence->InstructionBlockAt(index); in GetContainingLoop()1675 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()1688 const InstructionBlock* successor = code()->InstructionBlockAt(succ); in MeetRegisterConstraintsForLastInstructionInBlock()1825 code()->InstructionBlockAt(block->predecessors()[i]); in ResolvePhis()1872 const InstructionBlock* successor = code->InstructionBlockAt(succ); in ComputeLiveOut()2269 code()->InstructionBlockAt(predecessor); in ProcessPhis()2392 code()->InstructionBlockAt(RpoNumber::FromInt(block_id)); in BuildLiveRanges()2522 data()->code()->InstructionBlockAt(pred_index); in IntervalPredecessorsCoveredByRange()3367 code()->InstructionBlockAt(block->predecessors()[i]); in TryReuseSpillForPhi()3746 const InstructionBlock* pred_block = code()->InstructionBlockAt(pred); in ResolveControlFlow()[all …]
325 const InstructionBlock* pred = code()->InstructionBlockAt(pred_rpo); in TryInsertBranchPoisoning()425 ->InstructionBlockAt(current_block_) in IsNextInAssemblyOrder()427 .IsNext(code()->InstructionBlockAt(block)->ao_number()); in IsNextInAssemblyOrder()
1503 InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) { in NON_EXPORTED_BASE()1512 const InstructionBlock* InstructionBlockAt(RpoNumber rpo_number) const { in NON_EXPORTED_BASE()
604 instructions->InstructionBlockAt( in PrintSchedule()
96 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in SelectInstructions()1117 sequence()->InstructionBlockAt(RpoNumber::FromInt(block->rpo_number())); in VisitBlock()2621 ->InstructionBlockAt(RpoNumber::FromInt(current_block_->rpo_number())) in VisitPhi()