Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h262 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
370 HInstructionMap live_outs_; variable
Dsuperblock_cloner.cc608 if (live_outs_.empty()) { in ConstructSubgraphClosedSSA()
615 DCHECK(live_outs_.empty()); in ConstructSubgraphClosedSSA()
631 for (auto live_out_it = live_outs_.begin(); live_out_it != live_outs_.end(); ++live_out_it) { in ConstructSubgraphClosedSSA()
669 for (auto it : live_outs_) { in FixSubgraphClosedSSAAfterCloning()
843 live_outs_(std::less<HInstruction*>(), in SuperblockCloner()
955 CollectLiveOutsAndCheckClonable(&live_outs_); in Run()