Searched refs:AddUse (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc234 instruction->GetLiveInterval()->AddUse(
247 input->GetLiveInterval()->AddUse(current, /* environment */ nullptr, i);
H A Dssa_liveness_analysis.h244 void AddUse(HInstruction* instruction, function in class:art::LiveInterval
983 // There was a use already seen in this loop. Therefore the previous call to `AddUse`
H A Dnodes.h931 HUseListNode<T>* AddUse(T user, size_t index, ArenaAllocator* arena) { function in class:art::HUseList
1372 uses_.AddUse(user, index, GetBlock()->GetGraph()->GetArena());
1379 env_uses_.AddUse(user, index, GetBlock()->GetGraph()->GetArena());

Completed in 110 milliseconds