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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1131 int seen_cos = 0, seen_sin = 0, seen_cexpi = 0; local
1155 seen_cexpi |= maybe_record_sincos (&stmts, &top_bb, use_stmt) ? 1 : 0;
1162 if (seen_cos + seen_sin + seen_cexpi <= 1)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1252 int seen_cos = 0, seen_sin = 0, seen_cexpi = 0; local
1277 seen_cexpi |= maybe_record_sincos (&stmts, &top_bb, use_stmt) ? 1 : 0;
1296 if (seen_cos + seen_sin + seen_cexpi <= 1)

Completed in 213 milliseconds