Searched defs:uses_end (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc1752 auto uses_end = GetUses().end(); local
1755 while (uses_it != uses_end && uses_it->GetUser()->GetBlock() == target_block) {
1758 if (uses_it != uses_end) {
1761 for (; uses_it != uses_end; ++uses_it) {

Completed in 46 milliseconds