Searched refs:input_use (Results 1 – 2 of 2) sorted by relevance
1556 HUserRecord<HInstruction*> input_use = InputRecordAt(index); in ReplaceInput() local1557 if (input_use.GetInstruction() == replacement) { in ReplaceInput()1561 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()1566 input_use.GetInstruction()->uses_, in ReplaceInput()1569 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in ReplaceInput()
2371 HUserRecord<HInstruction*> input_use = InputRecordAt(input); in RemoveAsUserOfInput() local2372 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()2373 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()2374 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()2378 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs() local2379 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()2380 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()2381 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()