Lines Matching refs:SetBit
817 kept_merged_unknowns_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
818 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
822 phi_placeholders_to_search_for_kept_stores_.SetBit(PhiPlaceholderIndex(value)); in KeepStores()
826 kept_stores_.SetBit(instruction->GetId()); in KeepStores()
1829 kept_stores_.SetBit(instruction->GetId()); in VisitSetLocation()
1916 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithDefault()
1929 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault()
1964 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithDefault()
2000 visited.SetBit(PhiPlaceholderIndex(phi_placeholder)); in TryReplacingLoopPhiPlaceholderWithSingleInput()
2013 visited.SetBit(PhiPlaceholderIndex(value)); in TryReplacingLoopPhiPlaceholderWithSingleInput()
2056 phi_placeholders_to_materialize->SetBit(PhiPlaceholderIndex(phi_placeholder)); in FindLoopPhisToMaterialize()
2124 phi_placeholders_to_materialize->SetBit(PhiPlaceholderIndex(value)); in FindLoopPhisToMaterialize()
2304 current_dependencies->SetBit(matrix_index); // Count the Phi placeholder as its own dependency. in MaterializeLoopPhis()
2316 current_dependencies->SetBit(matrix_indexes[PhiPlaceholderIndex(pred_value)]); in MaterializeLoopPhis()
2326 dependencies[i]->SetBit(j); in MaterializeLoopPhis()
2660 kept_merged_unknowns_.SetBit(phi_placeholder_index); in SearchPhiPlaceholdersForKeptStores()
2663 phi_placeholders_to_search_for_kept_stores_.SetBit(phi_placeholder_index); in SearchPhiPlaceholdersForKeptStores()
2674 not_kept_stores->SetBit(stored_by.GetInstruction()->GetId()); in SearchPhiPlaceholdersForKeptStores()
2677 kept_stores_.SetBit(stored_by.GetInstruction()->GetId()); in SearchPhiPlaceholdersForKeptStores()
2851 eliminated_stores.SetBit(store->GetId()); in FindStoresWritingOldValues()
2975 heap_locs_.SetBit(idx); in AddHeapLocation()
3504 still_unsorted.SetBit(ins->GetId()); in ReorderMaterializationsForEnvDominance()