Searched refs:USE_OP_PTR (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-operands.h120 #define USE_OP_PTR(OP) (&((OP)->use_ptr)) macro
121 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
126 #define VUSE_OP_PTR(OP) USE_OP_PTR(OP)
131 #define MAYDEF_OP_PTR(OP) USE_OP_PTR (OP)
136 #define MUSTDEF_KILL_PTR(OP) USE_OP_PTR (OP)
H A Dtree-ssa-operands.c406 INITIALIZE_USE (USE_OP_PTR (new), op, stmt);
560 delink_imm_use (USE_OP_PTR (ptr));
744 delink_imm_use (USE_OP_PTR (old_ops));
2372 if (USE_OP_PTR (ptr)->use == exp0)
2379 if (USE_OP_PTR (ptr)->use == exp1)
2389 tree *tmp = USE_OP_PTR (use1)->use;
2390 USE_OP_PTR (use1)->use = USE_OP_PTR (use0)->use;
2391 USE_OP_PTR (use0)->use = tmp;
H A Dtree-flow-inline.h827 use_p = USE_OP_PTR (ptr->uses);

Completed in 170 milliseconds