Searched defs:input_record (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_checker.cc412 const HUserRecord<HInstruction*>& input_record = input_records[i]; local
413 HInstruction* input = input_record.GetInstruction();
414 if ((input_record.GetBeforeUseNode() == input->GetUses().end()) ||
415 (input_record.GetUseNode() == input->GetUses().end()) ||
416 !input->GetUses().ContainsNode(*input_record.GetUseNode()) ||
417 (input_record.GetUseNode()->GetIndex() != i)) {

Completed in 92 milliseconds