Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp961 … Inst *upper, BoundsRange upperRange, int64_t maxAdd, ConditionCode cc, in NeedUpperDeoptimization()
996 … Inst *upper, int64_t maxAdd, Inst *insertDeoptAfter, in TryInsertDeoptimizationForLargeStep()
1031 bool ChecksElimination::TryInsertDeoptimization(LoopInfo loopInfo, Inst *lenArray, int64_t maxAdd, … in TryInsertDeoptimization()
1133 auto maxAdd = std::get<2U>(*phiIndexIt); in ProcessingGroupBoundsCheck() local