Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc1209 auto loop_it = it->second.find(instruction); in LookupInfo() local
1210 if (loop_it != it->second.end()) { in LookupInfo()
1211 return loop_it->second; in LookupInfo()
Dnodes.cc2406 for (HLoopInformationOutwardIterator loop_it(*block); in UpdateLoopAndTryInformationOfNewBlock() local
2407 !loop_it.Done(); in UpdateLoopAndTryInformationOfNewBlock()
2408 loop_it.Advance()) { in UpdateLoopAndTryInformationOfNewBlock()
2409 loop_it.Current()->Add(block); in UpdateLoopAndTryInformationOfNewBlock()