Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc233 remap_copy_internal_->empty(); in IsRemapInfoForVersioning()
517 auto copy_redir = remap_copy_internal_->find(HEdge(orig_block_id, orig_succ_id)); in RemapEdgesSuccessors()
520 if (copy_redir != remap_copy_internal_->end()) { in RemapEdgesSuccessors()
756 for (auto edge : *remap_copy_internal_) { in CheckRemappingInfoIsValid()
814 for (auto e : *remap_copy_internal_) { in DumpInputSets()
836 remap_copy_internal_(nullptr), in SuperblockCloner()
852 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo()
921 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
936 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()
946 remap_copy_internal_ != nullptr && in Run()
Dsuperblock_cloner.h356 const HEdgeSet* remap_copy_internal_; variable