HomeSort by relevance Sort by last modified time
    Searched refs:AddUse (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 211 input->GetLiveInterval()->AddUse(current, i, false);
223 instruction->GetLiveInterval()->AddUse(current, i, true);
ssa_liveness_analysis.h 158 void AddUse(HInstruction* instruction, size_t input_index, bool is_environment) {

Completed in 2972 milliseconds