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

  /src/external/mpl/bind/dist/bin/named/
main.c 421 static struct flag_def { struct
435 set_flags(const char *arg, struct flag_def *defs, unsigned int *ret) {
439 const struct flag_def *def;
  /src/external/gpl3/gcc/dist/gcc/
gimple-predicate-analysis.cc 247 gimple of FLAG_DEF and BOUNDARY_CST. Otherwise return ERROR_MARK.
252 find_var_cmp_const (pred_chain_union preds, gphi *phi, gimple **flag_def,
334 if ((*flag_def = SSA_NAME_DEF_STMT (cond_lhs)) == NULL)
337 if (gimple_code (*flag_def) != GIMPLE_PHI
338 || gimple_bb (*flag_def) != gimple_bb (phi)
353 of the interesting operand positions, FLAG_DEF is the statement
385 uninit_analysis::prune_phi_opnds (gphi *phi, unsigned opnds, gphi *flag_def,
395 unsigned n = MIN (m_eval.max_phi_args, gimple_phi_num_args (flag_def));
401 tree flag_arg = gimple_phi_arg_def (flag_def, i);
622 gimple *flag_def = NULL local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-predicate-analysis.cc 323 gimple of FLAG_DEF and BOUNDARY_CST. Otherwise return ERROR_MARK. */
326 find_var_cmp_const (pred_chain_union preds, gphi *phi, gimple **flag_def,
415 if ((*flag_def = SSA_NAME_DEF_STMT (cond_lhs)) == NULL)
418 if (gimple_code (*flag_def) != GIMPLE_PHI
419 || gimple_bb (*flag_def) != gimple_bb (phi)
433 vrinfo_def = *flag_def;
440 *flag_def = vrinfo_def;
448 of the interesting operand positions, FLAG_DEF is the statement
480 prune_phi_opnds (gphi *phi, unsigned opnds, gphi *flag_def,
491 unsigned n = MIN (eval.max_phi_args, gimple_phi_num_args (flag_def));
770 gimple *flag_def = NULL; local
    [all...]

Completed in 57 milliseconds