Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc195 bool in_body = context->GetBlock() != loop->GetHeader(); in GetInductionRange() local
197 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min= */ true)); in GetInductionRange()
198 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min= */ false), chase_hint); in GetInductionRange()
203 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min= */ true)); in GetInductionRange()
525 bool in_body, in GetLinear() argument
549 return GetVal(&cancelled_trip, trip, in_body, is_min); in GetLinear()
564 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min)); in GetLinear()
571 return AddValue(GetMul(info->op_a, trip, trip, in_body, is_min), in GetLinear()
572 GetVal(info->op_b, trip, in_body, is_min)); in GetLinear()
577 bool in_body, in GetPolynomial() argument
[all …]
Dinduction_var_range.h234 bool in_body,
238 bool in_body,
242 bool in_body,
246 bool in_body,
250 bool in_body,
255 bool in_body,
260 bool in_body,
270 bool in_body,
275 bool in_body,
331 bool in_body,