Lines Matching refs:remap_copy_internal
847 const HEdgeSet* remap_copy_internal, in SetSuccessorRemappingInfo() argument
850 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo()
916 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() local
924 &remap_copy_internal, in IsFastCase()
928 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
932 remap_copy_internal.clear(); in IsFastCase()
939 &remap_copy_internal, in IsFastCase()
943 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
1079 HEdgeSet* remap_copy_internal, in CollectRemappingInfoForPeelUnroll() argument
1089 remap_copy_internal->insert(e); in CollectRemappingInfoForPeelUnroll()
1091 remap_copy_internal->insert(e); in CollectRemappingInfoForPeelUnroll()
1180 HEdgeSet remap_copy_internal(graph->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in DoLoopTransformationImpl() local
1188 &remap_copy_internal, in DoLoopTransformationImpl()
1192 cloner_.SetSuccessorRemappingInfo(&remap_orig_internal, &remap_copy_internal, &remap_incoming); in DoLoopTransformationImpl()