Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp81 Inst *old_input = old_inputs[i].GetInst(); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 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()
H A Dinst.h1054 * @param old_input - instruction that should be replaced
1057 void ReplaceInput(Inst *old_input, Inst *new_input) in ReplaceInput() argument
1061 if (input.GetInst() == old_input) { in ReplaceInput()

Completed in 5 milliseconds