Home | History | Annotate | Download | only in optimizing

Lines Matching refs:input_record

412     const HUserRecord<HInstruction*>& input_record = input_records[i];
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)) {