Home | History | Annotate | Download | only in x64

Lines Matching refs:block

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