Searched full:getorcreateundefinedinst (Results 1 – 5 of 5) sorted by relevance
27 UpdateDefinitionAcc(graph_->GetOrCreateUndefinedInst());29 …ateDefinition(instruction->GetVReg<<%=inst.get_format%>, 0>(), graph_->GetOrCreateUndefinedInst());31 auto undef_inst = graph_->GetOrCreateUndefinedInst();
230 …ph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetOrCreateUndefinedInst(), in ReplaceWithCompareNullish()
121 Inst *Graph::GetOrCreateUndefinedInst() in GetOrCreateUndefinedInst() function in ark::compiler::Graph
658 Inst *GetOrCreateUndefinedInst();
1495 auto exisingUndefined = GetGraph()->GetOrCreateUndefinedInst(); in MoveConstants()