Searched refs:fully_hoisted (Results 1 – 1 of 1) sorted by relevance
1191 bool fully_hoisted = false; in _mutate() local1192 auto new_value = hoist_expr(obj.value, obj.var, &fully_hoisted); in _mutate()1193 if (fully_hoisted) return mutate(obj.body); in _mutate()1211 bool *fully_hoisted = nullptr) { argument1218 auto hoisted_expr = hoist_expr_with_add(expr, expr_var, fully_hoisted);1234 bool *fully_hoisted = nullptr) { argument1284 if (fully_hoisted) *fully_hoisted = true;