Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h260 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
356 HInstructionMap live_outs_; variable
Dsuperblock_cloner.cc568 if (live_outs_.empty()) { in ConstructSubgraphClosedSSA()
575 DCHECK(live_outs_.empty()); in ConstructSubgraphClosedSSA()
591 for (auto live_out_it = live_outs_.begin(); live_out_it != live_outs_.end(); ++live_out_it) { in ConstructSubgraphClosedSSA()
629 for (auto it : live_outs_) { in FixSubgraphClosedSSAAfterCloning()
801 live_outs_(std::less<HInstruction*>(), in SuperblockCloner()
909 CollectLiveOutsAndCheckClonable(&live_outs_); in Run()