Searched refs:occ_head (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c189 static struct occurrence *occ_head; variable in typeref:struct:occurrence
292 insert_bb (occ, ENTRY_BLOCK_PTR_FOR_FN (cfun), &occ_head);
807 for (occ = occ_head; occ; occ = occ->next)
845 for (occ = occ_head; occ; )
848 occ_head = NULL;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc217 static struct occurrence *occ_head; variable in typeref:struct:occurrence
314 insert_bb (occ, ENTRY_BLOCK_PTR_FOR_FN (cfun), &occ_head);
828 for (occ = occ_head; occ; occ = occ->next)
866 for (occ = occ_head; occ; )
869 occ_head = NULL;

Completed in 128 milliseconds