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

  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.h 37 typedef vec<pred_info, va_heap, vl_ptr> pred_chain; typedef
41 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union;
96 bool includes (const pred_chain &) const;
100 void normalize (pred_chain *, pred_info, tree_code, pred_chain *,
103 void normalize (const pred_chain &);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.h 41 typedef vec<pred_info, va_heap, vl_ptr> pred_chain; typedef
45 typedef vec<pred_chain, va_heap, vl_ptr> pred_chain_union;
122 bool includes (const pred_chain &) const;
132 void normalize (pred_chain *, pred_info, tree_code, pred_chain *,
136 void normalize (const pred_chain &);

Completed in 20 milliseconds