Home | History | Annotate | Download | only in arm64

Lines Matching refs:block

13                                                 const InstructionBlock* block) {
18 DCHECK_LT(block->rpo_number().ToInt(),
21 block_initial_states_[block->rpo_number().ToInt()];
33 // The entry block always lacks an explicit initial state.
34 // The exit block may lack an explicit state, if it is only reached by
35 // the block ending in a ret.
37 DCHECK(block->predecessors().empty() || block->successors().empty());
41 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) {
44 for (const RpoNumber& successor : block->successors()) {