Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc631 for (auto live_out_it = live_outs_.begin(); live_out_it != live_outs_.end(); ++live_out_it) { in ConstructSubgraphClosedSSA() local
632 HInstruction* value = live_out_it->first; in ConstructSubgraphClosedSSA()
640 live_out_it->second = phi; in ConstructSubgraphClosedSSA()