Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h375 cloner_(info->GetHeader()->GetGraph(), &info->GetBlocks(), bb_map, hir_map, induction_range) { in PeelUnrollHelper()
384 bool IsLoopClonable() const { return cloner_.IsSubgraphClonable(); } in IsLoopClonable()
388 HLoopInformation* GetRegionToBeAdjusted() const { return cloner_.GetRegionToBeAdjusted(); } in GetRegionToBeAdjusted()
398 SuperblockCloner cloner_; variable
Dsuperblock_cloner.cc1124 cloner_.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in DoPeelUnrollImpl()
1125 cloner_.Run(); in DoPeelUnrollImpl()
1126 cloner_.CleanUp(); in DoPeelUnrollImpl()