Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1114 need_to_revisit_block_(false), initial_block_size_(graph->GetBlocks().Size()) {} in BCEVisitor()
1120 if (need_to_revisit_block_) { in VisitBasicBlock()
1122 need_to_revisit_block_ = false; in VisitBasicBlock()
1443 need_to_revisit_block_ = true; in VisitBoundsCheck()
1830 bool need_to_revisit_block_; member in art::BCEVisitor