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.cc830 bool try_dynamic_bce = true; in VisitBoundsCheck() local
861 if (InductionRangeFitsIn(&array_range, bounds_check, &try_dynamic_bce)) { in VisitBoundsCheck()
907 if (try_dynamic_bce) { in VisitBoundsCheck()
1492 bool* try_dynamic_bce) { in InductionRangeFitsIn() argument
1510 *try_dynamic_bce = false; in InductionRangeFitsIn()