HomeSort by: relevance | last modified time | path
    Searched defs:use_p (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-head.cc 217 use_operand_p use_p; local
218 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, inner_div)
220 gimple *use_stmt = USE_STMT (use_p);
gimple-range-infer.cc 370 use_operand_p use_p; local
374 FOR_EACH_IMM_USE_FAST (use_p, iter, name)
376 gimple *s = USE_STMT (use_p);
gimple-isel.cc 417 use_operand_p use_p; local
420 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, lhs)
422 if (is_gimple_debug (USE_STMT (use_p)))
425 if (gimple_bb (USE_STMT (use_p)) == bb
426 && is_gimple_assign (USE_STMT (use_p))
427 && gimple_assign_rhs1_ptr (USE_STMT (use_p)) == use_p->use
428 && gimple_assign_rhs_code (USE_STMT (use_p)) == COND_EXPR)
429 cond_exprs.safe_push (as_a <gassign *> (USE_STMT (use_p)));
gimple-loop-jam.cc 246 use_operand_p use_p; local
250 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, op)
252 gimple *use_stmt = USE_STMT (use_p);
gimple-ssa-split-paths.cc 302 use_operand_p use_p; local
304 FOR_EACH_IMM_USE_FAST (use_p, iter, gimple_phi_result (phi))
306 gimple *stmt = USE_STMT (use_p);
379 use_operand_p use_p; local
381 FOR_EACH_IMM_USE_FAST (use_p, iter, op)
383 if (is_gimple_debug (USE_STMT (use_p)))
385 if (gimple_bb (USE_STMT (use_p)) == bb)
sese.cc 74 use_operand_p use_p; local
78 FOR_EACH_PHI_ARG (use_p, bsi.phi (), iter, SSA_OP_USE)
80 bb, USE_FROM_PTR (use_p));
91 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE)
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
388 use_operand_p use_p; local
389 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE)
391 tree use = USE_FROM_PTR (use_p);
gimple-ssa-backprop.cc 506 use_operand_p use_p; local
508 FOR_EACH_IMM_USE_FAST (use_p, iter, var)
510 gimple *stmt = USE_STMT (use_p);
547 use_operand_p use_p; local
549 FOR_EACH_PHI_OR_STMT_USE (use_p, stmt, oi, SSA_OP_USE)
551 tree var = get_use_from_ptr (use_p);
graphite.cc 309 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); local
310 tree arg = USE_FROM_PTR (use_p);
323 SET_USE (use_p, res);
tree-ssa-sink.cc 112 use_operand_p use_p; local
115 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var)
117 if (is_gimple_debug (USE_STMT (use_p)))
120 firstuse = USE_STMT (use_p);
122 if (firstuse != USE_STMT (use_p))
140 use_operand_p use_p; local
142 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var)
144 gimple *usestmt = USE_STMT (use_p);
149 int idx = PHI_ARG_INDEX_FROM_USE (use_p);
274 use_operand_p use_p; local
521 use_operand_p use_p; local
707 use_operand_p use_p; local
    [all...]
tree-ssa-ter.cc 399 use_operand_p use_p; local
409 if (!single_imm_use (def, &use_p, &use_stmt))
422 PHI_ARG_INDEX_FROM_USE (use_p));
vtable-verify.cc 555 use_operand_p use_p; local
577 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, lhs)
579 gimple *stmt2 = USE_STMT (use_p);
762 use_operand_p use_p; local
765 FOR_EACH_IMM_USE_ON_STMT (use_p, iterator)
766 SET_USE (use_p, tmp0);
gimple-iterator.cc 1023 use_operand_p use_p; local
1026 FOR_EACH_SSA_USE_OPERAND (use_p, g, iter, SSA_OP_USE)
1028 tree s = USE_FROM_PTR (use_p);
1034 SET_USE (use_p, unshare_expr (r));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-jam.cc 245 use_operand_p use_p; local
249 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, op)
251 gimple *use_stmt = USE_STMT (use_p);
gimple-ssa-evrp-analyze.cc 128 use_operand_p use_p, use2_p; local
132 FOR_EACH_IMM_USE_FAST (use_p, iter, name)
134 gimple *use_stmt = USE_STMT (use_p), *use_stmt2;
gimple-ssa-split-paths.cc 303 use_operand_p use_p; local
305 FOR_EACH_IMM_USE_FAST (use_p, iter, gimple_phi_result (phi))
307 gimple *stmt = USE_STMT (use_p);
380 use_operand_p use_p; local
382 FOR_EACH_IMM_USE_FAST (use_p, iter, op)
384 if (is_gimple_debug (USE_STMT (use_p)))
386 if (gimple_bb (USE_STMT (use_p)) == bb)
sese.cc 74 use_operand_p use_p; local
78 FOR_EACH_PHI_ARG (use_p, bsi.phi (), iter, SSA_OP_USE)
80 bb, USE_FROM_PTR (use_p));
91 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE)
92 sese_build_liveouts_use (region, liveouts, bb, USE_FROM_PTR (use_p));
390 use_operand_p use_p; local
391 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE)
393 tree use = USE_FROM_PTR (use_p);
gimple-match-head.cc 1302 use_operand_p use_p; local
1303 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, inner_div)
1305 gimple *use_stmt = USE_STMT (use_p);
gimple-ssa-backprop.cc 500 use_operand_p use_p; local
502 FOR_EACH_IMM_USE_FAST (use_p, iter, var)
504 gimple *stmt = USE_STMT (use_p);
541 use_operand_p use_p; local
543 FOR_EACH_PHI_OR_STMT_USE (use_p, stmt, oi, SSA_OP_USE)
545 tree var = get_use_from_ptr (use_p);
graphite.cc 308 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); local
309 tree arg = USE_FROM_PTR (use_p);
322 SET_USE (use_p, res);
tree-ssa-sink.cc 111 use_operand_p use_p; local
114 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var)
116 if (is_gimple_debug (USE_STMT (use_p)))
119 firstuse = USE_STMT (use_p);
121 if (firstuse != USE_STMT (use_p))
139 use_operand_p use_p; local
141 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var)
143 gimple *usestmt = USE_STMT (use_p);
148 int idx = PHI_ARG_INDEX_FROM_USE (use_p);
255 use_operand_p use_p; local
385 use_operand_p use_p; local
541 use_operand_p use_p; local
728 use_operand_p use_p; local
    [all...]
tree-ssa-ter.cc 399 use_operand_p use_p; local
409 if (!single_imm_use (def, &use_p, &use_stmt))
422 PHI_ARG_INDEX_FROM_USE (use_p));
vtable-verify.cc 555 use_operand_p use_p; local
577 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, lhs)
579 gimple *stmt2 = USE_STMT (use_p);
770 use_operand_p use_p; local
773 FOR_EACH_IMM_USE_ON_STMT (use_p, iterator)
774 SET_USE (use_p, tmp0);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.cc 322 use_operand_p use_p; local
323 FOR_EACH_IMM_USE_FAST (use_p, iter, name)
325 if (USE_STMT (use_p))
327 const gimple *use_stmt = USE_STMT (use_p);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.cc 326 use_operand_p use_p; local
327 FOR_EACH_IMM_USE_FAST (use_p, iter, name)
329 if (USE_STMT (use_p))
331 const gimple *use_stmt = USE_STMT (use_p);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 519 use_operand_p use_p; local
522 FOR_EACH_IMM_USE_FAST (use_p, iterator, t)
524 if (!USE_STMT (use_p) || is_gimple_debug (USE_STMT (use_p))
526 gimple_bb (USE_STMT (use_p))))

Completed in 57 milliseconds

1 2 3 4 5 6