Searched defs:loop_update_start (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc2088 HBasicBlock* loop_update_start = this; local
2097 loop_update_start = loop_info->GetPreHeader();
2198 // loop if this is the loop header (see definition of `loop_update_start`)
2200 for (HLoopInformationOutwardIterator it(*loop_update_start); !it.Done(); it.Advance()) {

Completed in 33 milliseconds