Searched refs:old_input (Results 1 – 2 of 2) sorted by relevance
81 …Inst *old_input = old_inputs[i].GetInst(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithme… in Reallocate() local82 ASSERT(old_input); in Reallocate()93 old_input->RemoveUser(old_user); in Reallocate()94 old_input->AddUser(new_user); in Reallocate()95 … new_inputs[i] = Input(old_input); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Reallocate()
1056 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() argument1060 if (input.GetInst() == old_input) { in ReplaceInput()