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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-pre.c56 4. ANTIC_SAFE_LOADS could be a lot smarter than it is now.
283 #define ANTIC_SAFE_LOADS(BB) ((bb_value_sets_t) ((BB)->aux))->antic_safe_loads macro
1620 return set_contains_value (ANTIC_SAFE_LOADS (block),
1761 if (ANTIC_SAFE_LOADS (block))
1762 print_value_set (dump_file, ANTIC_SAFE_LOADS (block),
1763 "ANTIC_SAFE_LOADS", block->index);
1927 ANTIC_SAFE_LOADS are those loads that actually occur before any kill to
1942 ANTIC_SAFE_LOADS. We compute those loads that occur before *any*
1969 ANTIC_SAFE_LOADS (bb) = NULL;
2122 if (ANTIC_SAFE_LOADS (b
[all...]

Completed in 63 milliseconds