Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc626 const HUserRecord<HInstruction*>& input_record = input_records[i]; in VisitInstruction() local
627 HInstruction* input = input_record.GetInstruction(); in VisitInstruction()
642 if ((input_record.GetBeforeUseNode() == input->GetUses().end()) || in VisitInstruction()
643 (input_record.GetUseNode() == input->GetUses().end()) || in VisitInstruction()
644 (it->second.find(std::addressof(*input_record.GetUseNode())) == it->second.end()) || in VisitInstruction()
645 (input_record.GetUseNode()->GetIndex() != i)) { in VisitInstruction()