Searched refs:input_use (Results 1 – 2 of 2) sorted by relevance
1334 HUserRecord<HInstruction*> input_use = InputRecordAt(index); in ReplaceInput() local1335 if (input_use.GetInstruction() == replacement) { in ReplaceInput()1339 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in ReplaceInput()1344 input_use.GetInstruction()->uses_, in ReplaceInput()1347 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in ReplaceInput()
2183 HUserRecord<HInstruction*> input_use = InputRecordAt(input); in RemoveAsUserOfInput() local2184 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfInput()2185 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()2186 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()2190 for (const HUserRecord<HInstruction*>& input_use : GetInputRecords()) { in RemoveAsUserOfAllInputs() local2191 HUseList<HInstruction*>::iterator before_use_node = input_use.GetBeforeUseNode(); in RemoveAsUserOfAllInputs()2192 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()2193 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()