Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h389 cloner_(info->GetHeader()->GetGraph(), &info->GetBlocks(), bb_map, hir_map, induction_range) { in LoopClonerHelper()
398 bool IsLoopClonable() const { return cloner_.IsSubgraphClonable(); } in IsLoopClonable()
485 HLoopInformation* GetRegionToBeAdjusted() const { return cloner_.GetRegionToBeAdjusted(); } in GetRegionToBeAdjusted()
499 SuperblockCloner cloner_; variable
Dsuperblock_cloner.cc1188 cloner_.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in DoLoopTransformationImpl()
1189 cloner_.Run(); in DoLoopTransformationImpl()
1190 cloner_.CleanUp(); in DoLoopTransformationImpl()