| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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...] |
| gimple-ssa-nonnull-compare.cc | 49 use_operand_p use_p; 52 FOR_EACH_IMM_USE_FAST (use_p, iter, d) 54 gimple *stmt = USE_STMT (use_p);
|
| ssa-iterators.h | 112 FOR_EACH_IMM_USE_ON_STMT (use_p, iter) 114 SET_USE (use_p, blah); 127 use_operand_p *use_p, gimple **stmt); 420 set USE_P and STMT to the use pointer and stmt of occurrence. */ 422 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) 430 *use_p = NULL_USE_OPERAND_P; 440 *use_p = ptr->next; 448 return single_imm_use_1 (ptr, use_p, stmt); 489 use_operand_p use_p; local 493 use_p = USE_OP_PTR (ptr->uses) 891 use_operand_p use_p; local 1006 use_operand_p use_p; local [all...] |
| tree-ssa-operands.cc | 154 /* Add USE_P to the list of pointers to operands. */ 155 void append_use (tree *use_p); 522 /* Add USE_P to the list of pointers to operands. */ 525 operands_scanner::append_use (tree *use_p) 527 build_uses.safe_push (use_p); 1014 use_operand_p use_p; local 1054 && ((use_p = gimple_vuse_op (stmt)) == NULL_USE_OPERAND_P 1055 || USE_FROM_PTR (use_p) != gimple_vuse (stmt))) 1061 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE) 1066 if (use_p->use == op 1300 use_operand_p use_p; local 1367 use_operand_p use_p; local [all...] |
| 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);
|
| tree-into-ssa.cc | 645 use_operand_p use_p; local 658 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE) 660 tree sym = USE_FROM_PTR (use_p); 671 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_ALL_USES) 673 tree sym = USE_FROM_PTR (use_p); 1103 use_operand_p use_p; local 1107 FOR_EACH_IMM_USE_ON_STMT (use_p, it) 1108 SET_USE (use_p, var); 1246 use_operand_p use_p; local 1250 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE 1349 use_operand_p use_p; local 2004 use_operand_p use_p; local 2656 use_operand_p use_p; local 2751 use_operand_p use_p; local 3056 use_operand_p use_p; local 3343 use_operand_p use_p; local [all...] |
| gimple-loop-interchange.cc | 246 use_operand_p use_p; local 249 FOR_EACH_IMM_USE_FAST (use_p, iterator, var) 251 stmt = USE_STMT (use_p); 471 use_operand_p use_p; local 505 if (! single_imm_use (var, &use_p, &single_use) 516 && use_p->use == gimple_assign_rhs1_ptr (ass))) 532 FOR_EACH_IMM_USE_FAST (use_p, iterator, init) 534 stmt = USE_STMT (use_p); 542 FOR_EACH_IMM_USE_FAST (use_p, iterator, next) 544 stmt = USE_STMT (use_p); 607 use_operand_p use_p; local 797 use_operand_p use_p; local 908 use_operand_p use_p; local 1178 use_operand_p use_p; local [all...] |
| tree-ssa.cc | 304 use_operand_p use_p; local 320 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var) 322 stmt = USE_STMT (use_p); 468 FOR_EACH_IMM_USE_ON_STMT (use_p, imm_iter) 474 SET_USE (use_p, unshare_expr (value)); 868 verify_use (basic_block bb, basic_block def_bb, use_operand_p use_p, 872 tree ssa_name = USE_FROM_PTR (use_p); 912 if (use_p->prev == NULL) 920 if (use_p->prev->use == NULL) 921 listvar = use_p->prev->loc.ssa_name 1141 use_operand_p use_p; local 1412 use_operand_p use_p; local 1460 use_operand_p use_p; local [all...] |
| 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);
|
| tree-ssa-uninit.cc | 957 use_operand_p use_p; local 959 FOR_EACH_IMM_USE_FAST (use_p, iter, gimple_phi_result (phi)) 961 use_stmt = USE_STMT (use_p); 1027 use_operand_p use_p; local 1029 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, op_iter, SSA_OP_USE) 1036 && use_p->use == gimple_assign_rhs1_ptr (ass)) 1039 tree use = USE_FROM_PTR (use_p); 1184 use_operand_p use_p; local 1187 FOR_EACH_IMM_USE_FAST (use_p, iter, phi_result) 1189 gimple *use_stmt = USE_STMT (use_p); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| gimple-ssa-nonnull-compare.cc | 49 use_operand_p use_p; 52 FOR_EACH_IMM_USE_FAST (use_p, iter, d) 54 gimple *stmt = USE_STMT (use_p);
|
| ssa-iterators.h | 112 FOR_EACH_IMM_USE_ON_STMT (use_p, iter) 114 SET_USE (use_p, blah); 127 use_operand_p *use_p, gimple **stmt); 420 set USE_P and STMT to the use pointer and stmt of occurrence. */ 422 single_imm_use (const_tree var, use_operand_p *use_p, gimple **stmt) 430 *use_p = NULL_USE_OPERAND_P; 440 *use_p = ptr->next; 448 return single_imm_use_1 (ptr, use_p, stmt); 489 use_operand_p use_p; local 493 use_p = USE_OP_PTR (ptr->uses) 891 use_operand_p use_p; local 1006 use_operand_p use_p; local [all...] |
| tree-ssa-operands.cc | 154 /* Add USE_P to the list of pointers to operands. */ 155 void append_use (tree *use_p); 522 /* Add USE_P to the list of pointers to operands. */ 525 operands_scanner::append_use (tree *use_p) 527 build_uses.safe_push (use_p); 1013 use_operand_p use_p; local 1053 && ((use_p = gimple_vuse_op (stmt)) == NULL_USE_OPERAND_P 1054 || USE_FROM_PTR (use_p) != gimple_vuse (stmt))) 1060 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE) 1065 if (use_p->use == op 1299 use_operand_p use_p; local 1366 use_operand_p use_p; local [all...] |
| 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)
|
| 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)));
|
| 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);
|
| tree-into-ssa.cc | 656 use_operand_p use_p; local 669 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE) 671 tree sym = USE_FROM_PTR (use_p); 682 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_ALL_USES) 684 tree sym = USE_FROM_PTR (use_p); 1114 use_operand_p use_p; local 1118 FOR_EACH_IMM_USE_ON_STMT (use_p, it) 1119 SET_USE (use_p, var); 1257 use_operand_p use_p; local 1261 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE 1360 use_operand_p use_p; local 2020 use_operand_p use_p; local 2737 use_operand_p use_p; local 2832 use_operand_p use_p; local 3137 use_operand_p use_p; local 3424 use_operand_p use_p; local [all...] |
| gimple-loop-interchange.cc | 246 use_operand_p use_p; local 249 FOR_EACH_IMM_USE_FAST (use_p, iterator, var) 251 stmt = USE_STMT (use_p); 471 use_operand_p use_p; local 505 if (! single_imm_use (var, &use_p, &single_use) 516 && use_p->use == gimple_assign_rhs1_ptr (ass))) 532 FOR_EACH_IMM_USE_FAST (use_p, iterator, init) 534 stmt = USE_STMT (use_p); 542 FOR_EACH_IMM_USE_FAST (use_p, iterator, next) 544 stmt = USE_STMT (use_p); 607 use_operand_p use_p; local 797 use_operand_p use_p; local 910 use_operand_p use_p; local 1180 use_operand_p use_p; local [all...] |
| tree-ssa.cc | 304 use_operand_p use_p; local 320 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, var) 322 stmt = USE_STMT (use_p); 465 FOR_EACH_IMM_USE_ON_STMT (use_p, imm_iter) 466 SET_USE (use_p, unshare_expr (value)); 860 verify_use (basic_block bb, basic_block def_bb, use_operand_p use_p, 864 tree ssa_name = USE_FROM_PTR (use_p); 904 if (use_p->prev == NULL) 912 if (use_p->prev->use == NULL) 913 listvar = use_p->prev->loc.ssa_name 1133 use_operand_p use_p; local 1391 use_operand_p use_p; local 1439 use_operand_p use_p; local [all...] |
| 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);
|
| tree-ssa-propagate.cc | 140 use_operand_p use_p; local 142 FOR_EACH_IMM_USE_FAST (use_p, iter, var) 144 gimple *use_stmt = USE_STMT (use_p); 157 && !(EDGE_PRED (use_bb, PHI_ARG_INDEX_FROM_USE (use_p))->flags 260 use_operand_p use_p; local 279 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_USE) 281 gimple *def_stmt = SSA_NAME_DEF_STMT (USE_FROM_PTR (use_p)); 741 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); local 742 tree arg = USE_FROM_PTR (use_p); 751 propagate_value (use_p, val) 1273 use_operand_p use_p; local [all...] |
| tree-ssa-uninit.cc | 974 use_operand_p use_p; local 976 FOR_EACH_IMM_USE_FAST (use_p, iter, gimple_phi_result (phi)) 978 use_stmt = USE_STMT (use_p); 1077 use_operand_p use_p; local 1079 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, op_iter, SSA_OP_USE) 1086 && use_p->use == gimple_assign_rhs1_ptr (ass)) 1089 tree use = USE_FROM_PTR (use_p); 1238 use_operand_p use_p; local 1241 FOR_EACH_IMM_USE_FAST (use_p, iter, phi_result) 1243 gimple *use_stmt = USE_STMT (use_p); [all...] |
| 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);
|