Searched refs:input_use (Results 1 – 2 of 2) sorted by relevance
1487 HUserRecord<HInstruction*> input_use = InputRecordAt(index); in ReplaceInput() local1488 if (input_use.GetInstruction() == replacement) { in ReplaceInput()1492 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()1497 input_use.GetInstruction()->uses_, in ReplaceInput()1500 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in ReplaceInput()
2431 HUserRecord<HInstruction*> input_use = InputRecordAt(input); in RemoveAsUserOfInput() local2432 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()2433 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()2434 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()2438 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs() local2439 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()2440 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()2441 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()