Home | History | Annotate | Download | only in optimizing

Lines Matching defs:input_use

1292   HUserRecord<HInstruction*> input_use = InputRecordAt(index);
1293 if (input_use.GetInstruction() == replacement) {
1297 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode();
1302 input_use.GetInstruction()->uses_,
1305 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node);