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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1016 gimple head_stmt = USE_STMT (head); local
1024 if (gimple_code (head_stmt) == GIMPLE_PHI)
1026 FOR_EACH_PHI_ARG (use_p, head_stmt, op_iter, flag)
1034 FOR_EACH_SSA_USE_OPERAND (use_p, head_stmt, op_iter, flag)
1038 else if ((use_p = gimple_vuse_op (head_stmt)) != NULL_USE_OPERAND_P)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1016 gimple head_stmt = USE_STMT (head); local
1024 if (gimple_code (head_stmt) == GIMPLE_PHI)
1026 FOR_EACH_PHI_ARG (use_p, head_stmt, op_iter, flag)
1034 FOR_EACH_SSA_USE_OPERAND (use_p, head_stmt, op_iter, flag)
1038 else if ((use_p = gimple_vuse_op (head_stmt)) != NULL_USE_OPERAND_P)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1016 gimple head_stmt = USE_STMT (head); local
1024 if (gimple_code (head_stmt) == GIMPLE_PHI)
1026 FOR_EACH_PHI_ARG (use_p, head_stmt, op_iter, flag)
1034 FOR_EACH_SSA_USE_OPERAND (use_p, head_stmt, op_iter, flag)
1038 else if ((use_p = gimple_vuse_op (head_stmt)) != NULL_USE_OPERAND_P)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1016 gimple head_stmt = USE_STMT (head); local
1024 if (gimple_code (head_stmt) == GIMPLE_PHI)
1026 FOR_EACH_PHI_ARG (use_p, head_stmt, op_iter, flag)
1034 FOR_EACH_SSA_USE_OPERAND (use_p, head_stmt, op_iter, flag)
1038 else if ((use_p = gimple_vuse_op (head_stmt)) != NULL_USE_OPERAND_P)

Completed in 568 milliseconds