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

  /src/sys/dev/ic/
sti.c 960 struct sti_einitin ein; member in struct:__anon3053
991 a.in.ext_in = &a.ein;
sti.c 960 struct sti_einitin ein; member in struct:__anon3053
991 a.in.ext_in = &a.ein;
  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 2860 edge ein; local
2877 ein = EDGE_SUCC (exit_bb, 0);
2878 if (ein == e)
2879 ein = EDGE_SUCC (exit_bb, 1);
2882 desc->in_edge = ein;
2885 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
2888 if (ein->flags & EDGE_FALLTHRU)
tree-ssa-threadupdate.cc 799 edge ein; local
801 FOR_EACH_EDGE (ein, ei, e->dest->preds)
803 vec<jump_thread_edge *> *ein_path = THREAD_PATH (ein);
813 path_in_count += ein->count ();
820 nonpath_count += ein->count ();
868 FOR_EACH_EDGE (ein, ei, epath->dest->preds)
870 if (ein != epath
875 ein->src->index))
876 nonpath_count += ein->count ();
loop-iv.cc 2860 edge ein; local
2877 ein = EDGE_SUCC (exit_bb, 0);
2878 if (ein == e)
2879 ein = EDGE_SUCC (exit_bb, 1);
2882 desc->in_edge = ein;
2885 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
2888 if (ein->flags & EDGE_FALLTHRU)
tree-ssa-threadupdate.cc 799 edge ein; local
801 FOR_EACH_EDGE (ein, ei, e->dest->preds)
803 vec<jump_thread_edge *> *ein_path = THREAD_PATH (ein);
813 path_in_count += ein->count ();
820 nonpath_count += ein->count ();
868 FOR_EACH_EDGE (ein, ei, epath->dest->preds)
870 if (ein != epath
875 ein->src->index))
876 nonpath_count += ein->count ();
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 2876 edge ein; local
2893 ein = EDGE_SUCC (exit_bb, 0);
2894 if (ein == e)
2895 ein = EDGE_SUCC (exit_bb, 1);
2898 desc->in_edge = ein;
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
2904 if (ein->flags & EDGE_FALLTHRU)
tree-ssa-threadupdate.cc 824 edge ein; local
826 FOR_EACH_EDGE (ein, ei, e->dest->preds)
828 vec<jump_thread_edge *> *ein_path = THREAD_PATH (ein);
838 path_in_count += ein->count ();
845 nonpath_count += ein->count ();
893 FOR_EACH_EDGE (ein, ei, epath->dest->preds)
895 if (ein != epath
900 ein->src->index))
901 nonpath_count += ein->count ();
loop-iv.cc 2876 edge ein; local
2893 ein = EDGE_SUCC (exit_bb, 0);
2894 if (ein == e)
2895 ein = EDGE_SUCC (exit_bb, 1);
2898 desc->in_edge = ein;
2901 if (!(condition = get_condition (BB_END (ein->src), &at, false, false)))
2904 if (ein->flags & EDGE_FALLTHRU)
tree-ssa-threadupdate.cc 824 edge ein; local
826 FOR_EACH_EDGE (ein, ei, e->dest->preds)
828 vec<jump_thread_edge *> *ein_path = THREAD_PATH (ein);
838 path_in_count += ein->count ();
845 nonpath_count += ein->count ();
893 FOR_EACH_EDGE (ein, ei, epath->dest->preds)
895 if (ein != epath
900 ein->src->index))
901 nonpath_count += ein->count ();

Completed in 84 milliseconds