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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcse.c4294 /* Walk over each basic block looking for potentially hoistable
4303 block. These are the potentially hoistable expressions. */
4306 int hoistable = 0;
4311 /* We've found a potentially hoistable expression, now
4328 Keep track of how many times this expression is hoistable
4331 hoistable++;
4334 /* If we found more than one hoistable occurrence of this
4341 the vast majority of hoistable expressions are only movable
4344 if (hoistable > 1)
4358 /* Loop over all the hoistable expression
4291 int hoistable = 0; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcse.c4851 /* Walk over each basic block looking for potentially hoistable
4860 block. These are the potentially hoistable expressions. */
4863 int hoistable = 0;
4868 /* We've found a potentially hoistable expression, now
4886 Keep track of how many times this expression is hoistable
4889 hoistable++;
4892 /* If we found more than one hoistable occurrence of this
4899 the vast majority of hoistable expressions are only movable
4902 if (hoistable > 1)
4916 /* Loop over all the hoistable expression
4845 int hoistable = 0; local
[all...]

Completed in 143 milliseconds