Home
last modified time | relevance | path

Searched refs:ProcessNullCheck (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.h236 static void ProcessNullCheck(GraphVisitor *v, const Inst *checkInst, const Inst *refInput);
Dbounds_analysis.cpp955 ProcessNullCheck(v, inst, inst->GetDataFlowInput(0)); in VisitNullCheck()
1279 void BoundsAnalysis::ProcessNullCheck(GraphVisitor *v, const Inst *checkInst, const Inst *refInput) in ProcessNullCheck() function in ark::compiler::BoundsAnalysis