Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc807 const HEdgeSet* remap_copy_internal, in SetSuccessorRemappingInfo() argument
810 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo()
863 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() local
871 &remap_copy_internal, in IsFastCase()
875 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
879 remap_copy_internal.clear(); in IsFastCase()
886 &remap_copy_internal, in IsFastCase()
890 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
1027 HEdgeSet* remap_copy_internal, in CollectRemappingInfoForPeelUnroll() argument
1037 remap_copy_internal->insert(e); in CollectRemappingInfoForPeelUnroll()
[all …]
Dsuperblock_cloner.h150 const HEdgeSet* remap_copy_internal,
430 SuperblockCloner::HEdgeSet* remap_copy_internal,
Dsuperblock_cloner_test.cc643 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() local
649 &remap_copy_internal, in TEST_F()
668 cloner.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in TEST_F()