HomeSort by relevance Sort by last modified time
    Searched full:head_stmt (Results 1 - 1 of 1) 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 981 gimple head_stmt = USE_STMT (head); local
989 if (gimple_code (head_stmt) == GIMPLE_PHI)
991 FOR_EACH_PHI_ARG (use_p, head_stmt, op_iter, flag)
999 FOR_EACH_SSA_USE_OPERAND (use_p, head_stmt, op_iter, flag)
1003 else if ((use_p = gimple_vuse_op (head_stmt)) != NULL_USE_OPERAND_P)
    [all...]

Completed in 230 milliseconds