Lines Matching refs:IsBitSet

1822          !kept_stores_.IsBitSet(record.stored_by.GetInstruction()->GetId()));  in VisitSetLocation()
1928 if (!visited.IsBitSet(PhiPlaceholderIndex(value))) { in TryReplacingLoopPhiPlaceholderWithDefault()
1963 if (!visited.IsBitSet(PhiPlaceholderIndex(value))) { in TryReplacingLoopPhiPlaceholderWithDefault()
2012 if (!visited.IsBitSet(PhiPlaceholderIndex(value))) { in TryReplacingLoopPhiPlaceholderWithSingleInput()
2061 if (!phi_placeholders_to_materialize->IsBitSet(PhiPlaceholderIndex(current_phi_placeholder))) { in FindLoopPhisToMaterialize()
2123 if (!phi_placeholders_to_materialize->IsBitSet(PhiPlaceholderIndex(value))) { in FindLoopPhisToMaterialize()
2325 if (dependencies[i]->IsBitSet(k) && dependencies[k]->IsBitSet(j)) { in MaterializeLoopPhis()
2359 if (dependencies[matrix_index]->IsBitSet(current_matrix_index)) { in MaterializeLoopPhis()
2368 if (current_dependencies->IsBitSet(matrix_index)) { in MaterializeLoopPhis()
2372 } else if (dependencies[matrix_index]->IsBitSet(current_matrix_index)) { in MaterializeLoopPhis()
2634 kept_merged_unknowns_.IsBitSet(cur_phi_idx) && in SearchPhiPlaceholdersForKeptStores()
2662 if (!phi_placeholders_to_search_for_kept_stores_.IsBitSet(phi_placeholder_index)) { in SearchPhiPlaceholdersForKeptStores()
2694 !kept_stores_.IsBitSet(value_record->stored_by.GetInstruction()->GetId())) { in UpdateValueRecordForStoreElimination()
2700 !phi_placeholders_to_search_for_kept_stores_.IsBitSet( in UpdateValueRecordForStoreElimination()
2811 !phi_placeholders_to_search_for_kept_stores_.IsBitSet(i)) { in FindStoresWritingOldValues()
2839 if (!kept_stores_.IsBitSet(store->GetId())) { in FindStoresWritingOldValues()
3524 still_unsorted.IsBitSet(env_element->GetId()); in ReorderMaterializationsForEnvDominance()
3834 if (is_store && !kept_stores_.IsBitSet(record.load_or_store->GetId())) { in FinishFullLSE()