Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc813 bool try_dynamic_bce = true; in VisitBoundsCheck() local
829 if (InductionRangeFitsIn(&array_range, bounds_check, index, &try_dynamic_bce)) { in VisitBoundsCheck()
876 if (try_dynamic_bce) { in VisitBoundsCheck()
1288 bool* try_dynamic_bce) { in InductionRangeFitsIn() argument
1304 *try_dynamic_bce = false; in InductionRangeFitsIn()