Searched refs:live_outs_ (Results 1 – 2 of 2) sorted by relevance
262 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;370 HInstructionMap live_outs_; variable
608 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()