Searched refs:live_outs_ (Results 1 – 2 of 2) sorted by relevance
263 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;371 HInstructionMap live_outs_; variable
606 if (live_outs_.empty()) { in ConstructSubgraphClosedSSA()613 DCHECK(live_outs_.empty()); in ConstructSubgraphClosedSSA()629 for (auto live_out_it = live_outs_.begin(); live_out_it != live_outs_.end(); ++live_out_it) { in ConstructSubgraphClosedSSA()667 for (auto it : live_outs_) { in FixSubgraphClosedSSAAfterCloning()841 live_outs_(std::less<HInstruction*>(), in SuperblockCloner()962 CollectLiveOutsAndCheckClonable(&live_outs_); in Run()