Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp87 const_inst->SetNextConst(nullptr); in RemoveConstFromList()
98 current->SetNextConst(const_inst->GetNextConst()); in RemoveConstFromList()
99 const_inst->SetNextConst(nullptr); in RemoveConstFromList()
395 inst->SetNextConst(first_const_inst_); in FindOrAddConstant()
Dgraph.h1145 prev_const->SetNextConst(new_const); in FindOrCreateConstant()
Dinst.h2069 void SetNextConst(ConstantInst *next_const) in SetNextConst() function