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

  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.c 41 bool in_loop; member in struct:__anon29317
106 var->in_loop = true;
157 if (!var->in_loop) {
240 if (!src_var->in_loop) {
281 var->in_loop = false;
  /art/compiler/optimizing/
induction_var_range_test.cc 162 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) {
164 if (in_loop && safe) {
166 } else if (in_loop) {
    [all...]

Completed in 76 milliseconds