HomeSort by relevance Sort by last modified time
    Searched refs:in_body (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
induction_var_range.cc 227 bool in_body = context->GetBlock() != loop->GetHeader(); local
229 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
230 *max_val = SimplifyMax(GetVal(info, trip, in_body, /* is_min */ false), chase_hint);
235 *min_val = SimplifyMin(GetVal(info, trip, in_body, /* is_min */ true));
443 Value min_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ true);
444 Value max_val = GetVal(info, nullptr, /* in_body */ true, /* is_min */ false);
542 bool in_body,
566 return GetVal(&cancelled_trip, trip, in_body, is_min);
581 return SubValue(Value(0), GetVal(&cancelled_trip, trip, in_body, !is_min));
588 return AddValue(GetMul(info->op_a, trip, trip, in_body, is_min)
978 bool in_body = context->GetBlock() != loop->GetHeader(); local
    [all...]
induction_var_range.h 210 bool in_body,
214 bool in_body,
218 bool in_body,
222 bool in_body,
226 bool in_body,
231 bool in_body,
236 bool in_body,
246 bool in_body,
251 bool in_body,
307 bool in_body,
    [all...]
  /external/libunwind/src/ia64/
Gparser.c 269 if (!(sr->in_body || sr->first_region))
289 sr->in_body = body;
770 sr->in_body = orig_sr.in_body;
997 dp = unw_decode (dp, sr->in_body, sr);
unwind_i.h 449 unsigned int in_body : 1; /* are we inside prologue or body? */ member in struct:ia64_state_record
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 6289 int in_body; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 3251 in_body (const char *directive) function
    [all...]

Completed in 333 milliseconds