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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-flow-inline.h871 if (ptr->mustdefs)
873 def_p = MUSTDEF_RESULT_PTR (ptr->mustdefs);
874 ptr->mustdefs = ptr->mustdefs->next;
925 if (ptr->mustdefs)
927 val = MUSTDEF_RESULT (ptr->mustdefs);
928 ptr->mustdefs = ptr->mustdefs->next;
956 ptr->mustdefs = NULL;
978 ptr->mustdefs
[all...]
H A Dtree-ssa-operands.h191 mustdef_optype_p mustdefs; member in struct:ssa_operand_iterator_d

Completed in 46 milliseconds