Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc568 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() local
866 if (!CollectLiveOutsAndCheckClonable(&live_outs)) { in IsSubgraphClonable()
874 if (!live_outs.empty() && exits.size() != 1) { in IsSubgraphClonable()