Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h262 bool CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs_) const;
Dsuperblock_cloner.cc568 bool SuperblockCloner::CollectLiveOutsAndCheckClonable(HInstructionMap* live_outs) const { in CollectLiveOutsAndCheckClonable() function in art::SuperblockCloner
866 if (!CollectLiveOutsAndCheckClonable(&live_outs)) { in IsSubgraphClonable()
955 CollectLiveOutsAndCheckClonable(&live_outs_); in Run()