Searched refs:input_record (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dgraph_checker.cc391 HUserRecord<HInstruction*> input_record = instruction->InputRecordAt(i); local
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)) {
H A Dnodes.h4072 const HUserRecord<HInstruction*> input_record = HInvoke::InputRecordAt(i); variable
4074 HInstruction* input = input_record.GetInstruction();
4082 return input_record;

Completed in 18 milliseconds