Searched refs:MAX_VAR_PARTS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dvar-tracking.c238 #define MAX_VAR_PARTS 16 macro
253 variable_part var_part[MAX_VAR_PARTS];
1113 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
1114 thus there are at most MAX_VAR_PARTS different offsets. */
1115 gcc_assert (k <= MAX_VAR_PARTS);
1539 && INTVAL (MEM_SIZE (decl_rtl)) > MAX_VAR_PARTS)
1555 return (-MAX_VAR_PARTS < offset) && (offset < MAX_VAR_PARTS);
2161 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
2162 thus there are at most MAX_VAR_PARTS differen
[all...]

Completed in 62 milliseconds