Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc53 int successors_phi_index() const { return successors_phi_index_; } in successors_phi_index() function in v8::internal::compiler::final
2846 // Update our predecessor blocks with their successors_phi_index if we have in InitializeBlockState()
3219 int successors_phi_index = in AllocatePhiGapMoves() local
3220 data_->block_state(block->rpo_number()).successors_phi_index(); in AllocatePhiGapMoves()
3222 // If successors_phi_index is -1 there are no phi's in the successor. in AllocatePhiGapMoves()
3223 if (successors_phi_index == -1) return; in AllocatePhiGapMoves()
3239 VirtualRegisterDataFor(phi->operands()[successors_phi_index]); in AllocatePhiGapMoves()

Completed in 7 milliseconds