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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.h 24 enum jump_thread_edge_type enum
38 jump_thread_edge (edge e, jump_thread_edge_type t) : e (e), type (t) {}
41 jump_thread_edge_type type;
49 jump_thread_edge *allocate_thread_edge (edge, jump_thread_edge_type);
69 void push_edge (vec<jump_thread_edge *> *path, edge, jump_thread_edge_type);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.h 24 enum jump_thread_edge_type enum
38 jump_thread_edge (edge e, jump_thread_edge_type t) : e (e), type (t) {}
41 jump_thread_edge_type type;
49 jump_thread_edge *allocate_thread_edge (edge, jump_thread_edge_type);
69 void push_edge (vec<jump_thread_edge *> *path, edge, jump_thread_edge_type);

Completed in 14 milliseconds