Home | History | Annotate | Download | only in optimizing

Lines Matching refs:input_record

391     HUserRecord<HInstruction*> input_record = instruction->InputRecordAt(i);
392 HInstruction* input = input_record.GetInstruction();
393 if ((input_record.GetBeforeUseNode() == input->GetUses().end()) ||
394 (input_record.GetUseNode() == input->GetUses().end()) ||
395 !input->GetUses().ContainsNode(*input_record.GetUseNode()) ||
396 (input_record.GetUseNode()->GetIndex() != i)) {