Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp121 auto *curr_input = GetInput(index)->GetInst(); in Remove() local
122 if (curr_input->GetBasicBlock() != nullptr && curr_input->HasUsers()) { in Remove()
123 curr_input->RemoveUser(GetUser(index)); in Remove()