Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc153 bool in_body = context->GetBlock() != header; in GetInductionRange() local
157 *min_val = GetVal(info, trip, in_body, /* is_min */ true); in GetInductionRange()
158 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false)); in GetInductionRange()
240 bool in_body = true; // no known trip count in IsConstant() local
241 Value v_min = GetVal(info, nullptr, in_body, /* is_min */ true); in IsConstant()
242 Value v_max = GetVal(info, nullptr, in_body, /* is_min */ false); in IsConstant()
300 bool in_body, in GetLinear() argument
322 return GetVal(&cancelled_trip, trip, in_body, is_min); in GetLinear()
337 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min)); in GetLinear()
344 return AddValue(GetMul(info->op_a, trip, trip, in_body, is_min), in GetLinear()
[all …]
Dinduction_var_range.h143 bool in_body,
147 bool in_body,
151 bool in_body,
156 bool in_body,
161 bool in_body,
199 bool in_body,