Home
last modified time | relevance | path

Searched defs:lowerRange (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp1103 auto lowerRange = bri->FindBoundsRange(header, lower); in TryInsertDeoptimization() local
1140 …limination::TryInsertUpperDeoptimization(LoopInfo loopInfo, Inst *lenArray, BoundsRange lowerRange, in TryInsertUpperDeoptimization()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp1080 static void MoveRangeAccordingCC(ConditionCode cc, BoundsRange &lowerRange, BoundsRange &upperRange… in MoveRangeAccordingCC()
1105 auto lowerRange = bri->FindBoundsRange(phiBlock, lower); in ProcessIndexPhi() local