Lines Matching refs:orig_bb_set_
237 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in CopyIncomingEdgesForVersioning()
449 for (uint32_t block_id : orig_bb_set_.Indexes()) { in SearchForSubgraphExits()
503 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in RemapEdgesSuccessors()
570 for (uint32_t idx : orig_bb_set_.Indexes()) { in CollectLiveOutsAndCheckClonable()
577 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
588 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
806 for (uint32_t idx : orig_bb_set_.Indexes()) { in DumpInputSets()
834 orig_bb_set_(arena_, orig_bb_set->GetSizeOf(), true, kArenaAllocSuperblockCloner), in SuperblockCloner()
845 orig_bb_set_.Copy(orig_bb_set); in SuperblockCloner()
886 for (uint32_t idx : orig_bb_set_.Indexes()) { in IsFastCase()
899 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
968 HBasicBlockSet work_set(arena_, orig_bb_set_.GetSizeOf(), true, kArenaAllocSuperblockCloner); in Run()