Searched refs:seen_instructions (Results 1 – 1 of 1) sorted by relevance
118 std::vector<bool> seen_instructions(GetGraph()->GetCurrentInstructionId(), false); in DumpReferenceStats() local121 if (ri == nullptr || seen_instructions[ri->GetReference()->GetId()]) { in DumpReferenceStats()125 seen_instructions[instruction->GetId()] = true; in DumpReferenceStats()