Home
last modified time | relevance | path

Searched refs:SetNextConst (Results 1 – 6 of 6) 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
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp134 constInst->SetNextConst(nullptr); in RemoveConstFromList()
145 current->SetNextConst(constInst->GetNextConst()); in RemoveConstFromList()
146 constInst->SetNextConst(nullptr); in RemoveConstFromList()
448 inst->SetNextConst(firstConstInst_); in FindOrAddConstant()
Dgraph.h1372 prevConst->SetNextConst(newConst); in FindOrCreateConstant()
Dinst.h3607 void SetNextConst(ConstantInst *nextConst) in SetNextConst() function