Searched refs:ProcessNullCheck (Results 1 – 2 of 2) sorted by relevance
236 static void ProcessNullCheck(GraphVisitor *v, const Inst *checkInst, const Inst *refInput);
955 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