Searched refs:ProcessCountableLoop (Results 1 – 2 of 2) sorted by relevance
258 bool ProcessCountableLoop(PhiInst *phi, BoundsRangeInfo *bri);
917 if (inst->GetType() != DataType::REFERENCE && boundsAnalysis->ProcessCountableLoop(phi, bri)) { in VisitPhi()1029 bool BoundsAnalysis::ProcessCountableLoop(PhiInst *phi, BoundsRangeInfo *bri) in ProcessCountableLoop() function in ark::compiler::BoundsAnalysis