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

  /src/external/gpl3/gcc/dist/gcc/
df-scan.cc 988 /* Free all of the refs and the mw_hardregs in COLLECTION_REC. */
991 df_free_collection_rec (class df_collection_rec *collection_rec)
999 FOR_EACH_VEC_ELT (collection_rec->def_vec, ix, ref)
1001 FOR_EACH_VEC_ELT (collection_rec->use_vec, ix, ref)
1003 FOR_EACH_VEC_ELT (collection_rec->eq_use_vec, ix, ref)
1005 FOR_EACH_VEC_ELT (collection_rec->mw_vec, ix, mw)
1008 collection_rec->def_vec.release ();
1009 collection_rec->use_vec.release ();
1010 collection_rec->eq_use_vec.release ();
1011 collection_rec->mw_vec.release ()
1018 class df_collection_rec collection_rec; local
1982 class df_collection_rec collection_rec; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 988 /* Free all of the refs and the mw_hardregs in COLLECTION_REC. */
991 df_free_collection_rec (class df_collection_rec *collection_rec)
999 FOR_EACH_VEC_ELT (collection_rec->def_vec, ix, ref)
1001 FOR_EACH_VEC_ELT (collection_rec->use_vec, ix, ref)
1003 FOR_EACH_VEC_ELT (collection_rec->eq_use_vec, ix, ref)
1005 FOR_EACH_VEC_ELT (collection_rec->mw_vec, ix, mw)
1008 collection_rec->def_vec.release ();
1009 collection_rec->use_vec.release ();
1010 collection_rec->eq_use_vec.release ();
1011 collection_rec->mw_vec.release ()
1018 class df_collection_rec collection_rec; local
1982 class df_collection_rec collection_rec; local
    [all...]

Completed in 15 milliseconds