Searched refs:inner_loop (Results 1 – 3 of 3) sorted by relevance
37 :inner_loop44 goto :inner_loop # back edge of inner loop52 goto :inner_loop # back edge of inner loop
1044 void HLoopInformation::PopulateInnerLoopUpwards(HLoopInformation* inner_loop) { in PopulateInnerLoopUpwards() argument1045 DCHECK(inner_loop->GetPreHeader()->GetLoopInformation() == this); in PopulateInnerLoopUpwards()1046 blocks_.Union(&inner_loop->blocks_); in PopulateInnerLoopUpwards()
961 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);