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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.h 35 class jump_thread_edge class
38 jump_thread_edge (edge e, jump_thread_edge_type t) : e (e), type (t) {} function in class:jump_thread_edge
49 jump_thread_edge *allocate_thread_edge (edge, jump_thread_edge_type);
50 vec<jump_thread_edge *> *allocate_thread_path ();
67 bool register_jump_thread (vec<jump_thread_edge *> *);
69 void push_edge (vec<jump_thread_edge *> *path, edge, jump_thread_edge_type);
70 vec<jump_thread_edge *> *allocate_thread_path ();
74 vec<vec<jump_thread_edge *> *> m_paths;
78 bool cancel_invalid_paths (vec<jump_thread_edge *> &path);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.h 35 class jump_thread_edge class
38 jump_thread_edge (edge e, jump_thread_edge_type t) : e (e), type (t) {} function in class:jump_thread_edge
49 jump_thread_edge *allocate_thread_edge (edge, jump_thread_edge_type);
50 vec<jump_thread_edge *> *allocate_thread_path ();
67 bool register_jump_thread (vec<jump_thread_edge *> *);
69 void push_edge (vec<jump_thread_edge *> *path, edge, jump_thread_edge_type);
70 vec<jump_thread_edge *> *allocate_thread_path ();
74 vec<vec<jump_thread_edge *> *> m_paths;
78 bool cancel_invalid_paths (vec<jump_thread_edge *> &path);

Completed in 40 milliseconds