HomeSort by relevance Sort by last modified time
    Searched refs:USE_STMT (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 301 return !is_gimple_debug (USE_STMT (ptr->next));
330 if (!is_gimple_debug (USE_STMT (ptr->next)))
360 if (!is_gimple_debug (USE_STMT (ptr)))
489 phi = USE_STMT (use);
981 gimple head_stmt = USE_STMT (head);
1036 return USE_STMT (imm->imm_use);
1053 return USE_STMT (imm->imm_use);
    [all...]
tree-ssa-operands.h 70 #define USE_STMT(USE) (USE)->loc.stmt

Completed in 51 milliseconds