Searched refs:remap_copy_internal_ (Results 1 – 2 of 2) sorted by relevance
233 remap_copy_internal_->empty(); in IsRemapInfoForVersioning()515 auto copy_redir = remap_copy_internal_->find(HEdge(orig_block_id, orig_succ_id)); in RemapEdgesSuccessors()518 if (copy_redir != remap_copy_internal_->end()) { in RemapEdgesSuccessors()754 for (auto edge : *remap_copy_internal_) { in CheckRemappingInfoIsValid()812 for (auto e : *remap_copy_internal_) { in DumpInputSets()834 remap_copy_internal_(nullptr), in SuperblockCloner()850 remap_copy_internal_ = remap_copy_internal; in SetSuccessorRemappingInfo()928 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()943 EdgeHashSetsEqual(&remap_copy_internal, remap_copy_internal_) && in IsFastCase()953 remap_copy_internal_ != nullptr && in Run()
357 const HEdgeSet* remap_copy_internal_; variable