Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc849 const HEdgeSet* remap_copy_internal, in SetSuccessorRemappingInfo() argument
852 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo()
909 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() local
917 &remap_copy_internal, in IsFastCase()
921 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
925 remap_copy_internal.clear(); in IsFastCase()
932 &remap_copy_internal, in IsFastCase()
936 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
1072 HEdgeSet* remap_copy_internal, in CollectRemappingInfoForPeelUnroll() argument
1082 remap_copy_internal->insert(e); in CollectRemappingInfoForPeelUnroll()
[all …]
Dsuperblock_cloner.h152 const HEdgeSet* remap_copy_internal,
532 SuperblockCloner::HEdgeSet* remap_copy_internal,
Dsuperblock_cloner_test.cc640 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() local
646 &remap_copy_internal, in TEST_F()
665 cloner.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in TEST_F()