Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp230 …ph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetOrCreateUndefinedInst(), in ReplaceWithCompareNullish()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp121 Inst *Graph::GetOrCreateUndefinedInst() in GetOrCreateUndefinedInst() function in ark::compiler::Graph
Dgraph.h658 Inst *GetOrCreateUndefinedInst();
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1495 auto exisingUndefined = GetGraph()->GetOrCreateUndefinedInst(); in MoveConstants()