Home
last modified time | relevance | path

Searched refs:IsNullCheck (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp218 if (inst->IsNullCheck()) { in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_common_test.cpp243 if (inst->IsNullCheck()) { in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp184 … if (!inst->IsNullCheck() || !inst->CastToNullCheck()->IsImplicit() || inst->GetUsers().Empty()) { in GetExplicitUser()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dreg_alloc_verifier.cpp612 if (input.GetInst()->IsNullCheck() && input.GetInst()->CastToNullCheck()->IsImplicit() && in TryHandleImplicitNullCheck()
Dliveness_analyzer.cpp416 if (inst->IsNullCheck() && !inst->GetUsers().Empty() && inst->CastToNullCheck()->IsImplicit()) { in GetPropagatedLiveRange()
Dbounds_analysis.cpp998 ASSERT(checkInst->IsNullCheck() || checkInst->GetOpcode() == Opcode::DeoptimizeIf); in ProcessNullCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp246 if (inst->IsAllocation() || inst->IsNullCheck()) { in IsInstNotNull()
Dinst.h1070 bool IsNullCheck() const in IsNullCheck() function