Home | History | Annotate | Download | only in program

Lines Matching defs:use

10  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
490 * Try to remove use of extraneous MOV instructions, to free them up for dead
499 printf("Optimize: Begin remove extra move use\n");
527 * rewritten or we get into some flow-control, eliminating the use of
590 printf("Optimize: End remove extra move use.\n");
614 enum inst_use use;
629 use = find_next_use(prog, i+1, index, mask);
630 if (use == WRITE || use == END)
1130 * Basically, if two intervals do not overlap, they can use the same register.