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

/haiku-buildtools/gcc/gcc/
H A Dddg.c795 /* Dump the sccs in SCCS. */
797 print_sccs (FILE *file, ddg_all_sccs_ptr sccs, ddg_ptr g)
806 fprintf (file, "\n;; Number of SCC nodes - %d\n", sccs->num_sccs);
807 for (i = 0; i < sccs->num_sccs; i++)
810 EXECUTE_IF_SET_IN_BITMAP (sccs->sccs[i]->nodes, 0, u, sbi)
962 g->sccs = (ddg_scc_ptr *) xrealloc (g->sccs, size);
963 g->sccs[g->num_sccs++] = scc;
1032 qsort (g->sccs,
796 print_sccs(FILE *file, ddg_all_sccs_ptr sccs, ddg_ptr g) argument
1038 check_sccs(ddg_all_sccs_ptr sccs, int num_nodes) argument
1066 ddg_all_sccs_ptr sccs = (ddg_all_sccs_ptr) local
[all...]
H A Dddg.h158 ddg_scc_ptr *sccs;
157 ddg_scc_ptr *sccs; member in struct:ddg_all_sccs
H A Ddominance.c1185 vec<int> *sccs; local
1218 sccs = XCNEWVEC (vec_int_heap, nc);
1220 sccs[g->vertices[a].component].safe_push (a);
1225 FOR_EACH_VEC_ELT (sccs[i], si, a)
1238 FOR_EACH_VEC_ELT (sccs[i], si, a)
1246 sccs[i].release ();
1247 free (sccs);
H A Dlto-streamer-out.c483 struct sccs struct
491 sccs *from_state;
492 sccs *cstate;
500 tree expr, sccs *expr_state, bool ref_p);
502 void DFS_write_tree (struct output_block *ob, sccs *from_state,
508 hash_map<tree, sccs *> sccstate;
525 sccs *from_state = w.from_state;
526 sccs *cstate = w.cstate;
531 sccs **slot = &sccstate.get_or_insert (expr);
544 *slot = cstate = XOBNEW (&sccstate_obstack, struct sccs);
[all...]
H A Dmodulo-sched.c2553 ddg_all_sccs_ptr sccs = create_ddg_all_sccs (g);
2558 print_sccs (dump_file, sccs, g);
2560 order_nodes_of_sccs (sccs, node_order);
2562 if (sccs->num_sccs > 0)
2564 rec_mii = sccs->sccs[0]->recurrence_length;
2574 free_ddg_all_sccs (sccs);
2598 ddg_scc_ptr scc = all_sccs->sccs[i];
2549 ddg_all_sccs_ptr sccs = create_ddg_all_sccs (g); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpplib.c114 { 4, do_sccs, "sccs", T_SCCS },
1527 /* Just ignore #sccs, on systems where we define it at all. */
1535 cpp_pedwarn (pfile, "ANSI C does not allow `#sccs'");
/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c162 D(sccs, T_SCCS, EXTENSION, IN_I) /* 0 SVR4? */
164 /* #sccs is synonymous with #ident. */

Completed in 192 milliseconds