Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.h258 bool ProcessCountableLoop(PhiInst *phi, BoundsRangeInfo *bri);
Dbounds_analysis.cpp917 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