Home
last modified time | relevance | path

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

/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali37 :inner_loop
44 goto :inner_loop # back edge of inner loop
52 goto :inner_loop # back edge of inner loop
/art/compiler/optimizing/
Dnodes.cc871 void HLoopInformation::PopulateInnerLoopUpwards(HLoopInformation* inner_loop) { in PopulateInnerLoopUpwards() argument
872 DCHECK(inner_loop->GetPreHeader()->GetLoopInformation() == this); in PopulateInnerLoopUpwards()
873 blocks_.Union(&inner_loop->blocks_); in PopulateInnerLoopUpwards()
Dnodes.h879 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);