Lines Matching refs:orig_bb_set_
415 for (uint32_t block_id : orig_bb_set_.Indexes()) { in SearchForSubgraphExits()
463 for (uint32_t orig_block_id : orig_bb_set_.Indexes()) { in RemapEdgesSuccessors()
530 for (uint32_t idx : orig_bb_set_.Indexes()) { in CollectLiveOutsAndCheckClonable()
537 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
548 if (IsUsedOutsideRegion(instr, orig_bb_set_)) { in CollectLiveOutsAndCheckClonable()
764 for (uint32_t idx : orig_bb_set_.Indexes()) { in DumpInputSets()
792 orig_bb_set_(arena_, orig_bb_set->GetSizeOf(), true, kArenaAllocSuperblockCloner), in SuperblockCloner()
803 orig_bb_set_.Copy(orig_bb_set); in SuperblockCloner()
844 for (uint32_t idx : orig_bb_set_.Indexes()) { in IsFastCase()
857 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
922 HBasicBlockSet work_set(arena_, orig_bb_set_.GetSizeOf(), true, kArenaAllocSuperblockCloner); in Run()