Home
last modified time | relevance | path

Searched refs:old_input (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp81 …Inst *old_input = old_inputs[i].GetInst(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithme… in Reallocate() local
82 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()
Dinst.h1056 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() argument
1060 if (input.GetInst() == old_input) { in ReplaceInput()