Home
last modified time | relevance | path

Searched refs:Subtract (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dbit_vector.cc221 void BitVector::Subtract(const BitVector *src) { in Subtract() function in art::BitVector
Dbit_vector.h187 void Subtract(const BitVector* src);
/art/compiler/optimizing/
Dload_store_elimination.cc1981 phi_placeholders_to_materialize->Subtract(&visited); in TryReplacingLoopPhiPlaceholderWithDefault()
2038 phi_placeholders_to_materialize->Subtract(&visited); in TryReplacingLoopPhiPlaceholderWithSingleInput()
2374 dependencies[matrix_index]->Subtract(current_dependencies); in MaterializeLoopPhis()
2686 not_kept_stores->Subtract(&kept_stores_); in SearchPhiPlaceholdersForKeptStores()
2856 kept_stores_.Subtract(&eliminated_stores); in FindStoresWritingOldValues()