Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc357 outer_loop->PopulateInnerLoopUpwards(cur_loop); in AnalyzeLoopsLocally()
Dnodes.cc871 void HLoopInformation::PopulateInnerLoopUpwards(HLoopInformation* inner_loop) { in PopulateInnerLoopUpwards() function in art::HLoopInformation
876 outer_loop->PopulateInnerLoopUpwards(this); in PopulateInnerLoopUpwards()
Dnodes.h879 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);