Home
last modified time | relevance | path

Searched refs:initial_block_size_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc1109 return block->GetBlockId() >= initial_block_size_; in IsAddedBlock()
1114 need_to_revisit_block_(false), initial_block_size_(graph->GetBlocks().Size()) {} in BCEVisitor()
1833 int32_t initial_block_size_; member in art::BCEVisitor