HomeSort by: relevance | last modified time | path
    Searched defs:lacc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-sra.cc 282 struct access *lacc, *racc; member in struct:assign_link
581 /* Add LINK to the linked list of lhs assign links of LACC. */
584 add_link_to_lhs (struct access *lacc, struct assign_link *link)
586 gcc_assert (link->lacc == lacc);
588 if (!lacc->first_lhs_link)
590 gcc_assert (!lacc->last_lhs_link);
591 lacc->first_lhs_link = link;
594 lacc->last_lhs_link->next_lhs = link;
596 lacc->last_lhs_link = link
1511 struct access *lacc, *racc; local
3325 struct access *lacc = link->lacc; local
3355 struct access *lacc = pop_access_from_lhs_work_queue (); local
4631 struct access *lacc, *racc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc 281 struct access *lacc, *racc; member in struct:assign_link
577 /* Add LINK to the linked list of lhs assign links of LACC. */
580 add_link_to_lhs (struct access *lacc, struct assign_link *link)
582 gcc_assert (link->lacc == lacc);
584 if (!lacc->first_lhs_link)
586 gcc_assert (!lacc->last_lhs_link);
587 lacc->first_lhs_link = link;
590 lacc->last_lhs_link->next_lhs = link;
592 lacc->last_lhs_link = link
1269 struct access *lacc, *racc; local
3019 struct access *lacc = link->lacc; local
3049 struct access *lacc = pop_access_from_lhs_work_queue (); local
4269 struct access *lacc, *racc; local
    [all...]

Completed in 18 milliseconds