Lines Matching refs:orig_bb_set_
237 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in CopyIncomingEdgesForVersioning()
447 for (uint32_t block_id : orig_bb_set_.Indexes()) { in SearchForSubgraphExits()
501 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in RemapEdgesSuccessors()
568 for (uint32_t idx : orig_bb_set_.Indexes()) { in CollectLiveOutsAndCheckClonable()
575 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
586 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
804 for (uint32_t idx : orig_bb_set_.Indexes()) { in DumpInputSets()
832 orig_bb_set_(arena_, orig_bb_set->GetSizeOf(), true, kArenaAllocSuperblockCloner), in SuperblockCloner()
843 orig_bb_set_.Copy(orig_bb_set); in SuperblockCloner()
893 for (uint32_t idx : orig_bb_set_.Indexes()) { in IsFastCase()
906 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
975 HBasicBlockSet work_set(arena_, orig_bb_set_.GetSizeOf(), true, kArenaAllocSuperblockCloner); in Run()