Searched refs:SetNextConst (Results 1 – 6 of 6) sorted by relevance
87 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()
1145 prev_const->SetNextConst(new_const); in FindOrCreateConstant()
2069 void SetNextConst(ConstantInst *next_const) in SetNextConst() function
134 constInst->SetNextConst(nullptr); in RemoveConstFromList()145 current->SetNextConst(constInst->GetNextConst()); in RemoveConstFromList()146 constInst->SetNextConst(nullptr); in RemoveConstFromList()448 inst->SetNextConst(firstConstInst_); in FindOrAddConstant()
1372 prevConst->SetNextConst(newConst); in FindOrCreateConstant()
3607 void SetNextConst(ConstantInst *nextConst) in SetNextConst() function