Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.cc118 std::vector<bool> seen_instructions(GetGraph()->GetCurrentInstructionId(), false); in DumpReferenceStats() local
121 if (ri == nullptr || seen_instructions[ri->GetReference()->GetId()]) { in DumpReferenceStats()
125 seen_instructions[instruction->GetId()] = true; in DumpReferenceStats()