Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc528 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable()
529 DCHECK(live_outs->empty()); in CollectLiveOutsAndCheckClonable()
538 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()
553 live_outs->FindOrAdd(instr, instr); in CollectLiveOutsAndCheckClonable()
821 HInstructionMap live_outs( in IsSubgraphClonable() local
824 if (!CollectLiveOutsAndCheckClonable(&live_outs)) { in IsSubgraphClonable()
832 if (!live_outs.empty() && exits.size() != 1) { in IsSubgraphClonable()