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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 664 static void dataflow_set_init (dataflow_set *);
2690 dataflow_set_init (dataflow_set *set) function
4259 dataflow_set_init (dst);
4489 dataflow_set_init (*dfpm->permp);
6743 dataflow_set_init (&old_out);
9574 dataflow_set_init (&cur);
10054 dataflow_set_init (&VTI (bb)->in);
10055 dataflow_set_init (&VTI (bb)->out);
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 670 static void dataflow_set_init (dataflow_set *);
2700 dataflow_set_init (dataflow_set *set) function
4273 dataflow_set_init (dst);
4503 dataflow_set_init (*dfpm->permp);
6758 dataflow_set_init (&old_out);
9591 dataflow_set_init (&cur);
10054 dataflow_set_init (&VTI (bb)->in);
10055 dataflow_set_init (&VTI (bb)->out);

Completed in 35 milliseconds