Searched refs:live_outs (Results 1 – 1 of 1) sorted by relevance
566 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()567 DCHECK(live_outs->empty()); in CollectLiveOutsAndCheckClonable()576 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()591 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()870 HInstructionMap live_outs( in IsSubgraphClonable() local873 if (!CollectLiveOutsAndCheckClonable(&live_outs)) { in IsSubgraphClonable()881 if (!live_outs.empty() && exits.size() != 1) { in IsSubgraphClonable()