HomeSort by relevance Sort by last modified time
    Searched full:use_p (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 269 use_operand_p *use_p, gimple *stmt);
312 set USE_P and STMT to the use pointer and stmt of occurrence. */
314 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
322 *use_p = NULL_USE_OPERAND_P;
332 *use_p = ptr->next;
344 return single_imm_use_1 (ptr, use_p, stmt);
574 use_operand_p use_p; local
578 use_p = USE_OP_PTR (ptr->uses);
580 return use_p;
846 use_operand_p use_p; local
979 use_operand_p use_p; local
    [all...]
tree-flow.h 256 FOR_EACH_IMM_USE_ON_STMT (use_p, iter)
258 SET_USE (use_p, blah);

Completed in 41 milliseconds