Searched refs:live_outs (Results 1 – 1 of 1) sorted by relevance
568 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()569 DCHECK(live_outs->empty()); in CollectLiveOutsAndCheckClonable()578 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()593 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()863 HInstructionMap live_outs( in IsSubgraphClonable() local866 if (!CollectLiveOutsAndCheckClonable(&live_outs)) { in IsSubgraphClonable()874 if (!live_outs.empty() && exits.size() != 1) { in IsSubgraphClonable()