Lines Matching refs:block_id
344 constexpr PhiPlaceholder(uint32_t block_id, size_t heap_location) in PhiPlaceholder() argument
345 : block_id_(block_id), heap_location_(dchecked_integral_cast<uint32_t>(heap_location)) {} in PhiPlaceholder()
644 PhiPlaceholder GetPhiPlaceholder(uint32_t block_id, size_t idx) const { in GetPhiPlaceholder() argument
645 DCHECK(GetGraph()->GetBlocks()[block_id] != nullptr) << block_id; in GetPhiPlaceholder()
646 return PhiPlaceholder(block_id, idx); in GetPhiPlaceholder()
1542 int block_id = block->GetBlockId(); in PrepareLoopRecords() local
1548 ScopedArenaVector<ValueRecord>& heap_values = heap_values_for_[block_id]; in PrepareLoopRecords()
1628 uint32_t block_id = merged_value.GetPhiPlaceholder().GetBlockId(); in MergePredecessorRecords() local
1629 CHECK(GetGraph()->GetBlocks()[block_id]->Dominates(block)); in MergePredecessorRecords()
1746 uint32_t block_id = instruction->GetBlock()->GetBlockId(); in VisitGetLocation() local
1747 ScopedArenaVector<ValueRecord>& heap_values = heap_values_for_[block_id]; in VisitGetLocation()
2435 uint32_t block_id = loop_phi_with_unknown_input.GetBlockId(); in ProcessLoopPhiWithUnknownInput() local
2444 while (reverse_post_order[reverse_post_order_index]->GetBlockId() != block_id) { in ProcessLoopPhiWithUnknownInput()