Home
last modified time | relevance | path

Searched refs:gcond (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvr-values.h63 void vrp_visit_cond_stmt (gcond *, edge *);
65 void simplify_cond_using_ranges_2 (gcond *);
112 bool simplify_cond_using_ranges_1 (gcond *);
H A Dgimple.h879 gcond : public gimple_statement_with_ops
997 is_a_helper <gcond *>::test (gimple *gs)
1005 is_a_helper <const gcond *>::test (const gimple *gs)
1530 gcond *gimple_build_cond (enum tree_code, tree, tree, tree, tree);
1531 gcond *gimple_build_cond_from_tree (tree, tree, tree);
1532 void gimple_cond_set_condition_from_tree (gcond *, tree);
3564 gimple_cond_code (const gcond *gs)
3572 const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
3580 gimple_cond_set_code (gcond *gs, enum tree_code code)
3589 gimple_cond_lhs (const gcond *gs)
[all …]
H A Dtree-ssa-threadedge.h34 extern void thread_outgoing_edges (basic_block, gcond *,
H A Dgimple-ssa-evrp-analyze.h52 void vrp_visit_cond_stmt (gcond *cond, edge *e) in vrp_visit_cond_stmt()
H A Dtree-scalar-evolution.h25 extern gcond *get_loop_exit_condition (const class loop *);
H A Dtree-ssa-loop-niter.h33 gcond **, bool = true,
H A Dcoretypes.h106 struct gcond;
H A Dtree-vectorizer.h1877 gimple *vect_loop_vectorized_call (class loop *, gcond **cond = NULL);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvr-values.h63 void vrp_visit_cond_stmt (gcond *, edge *);
65 void simplify_cond_using_ranges_2 (gcond *);
112 bool simplify_cond_using_ranges_1 (gcond *);
H A Dgimple.h879 gcond : public gimple_statement_with_ops
997 is_a_helper <gcond *>::test (gimple *gs)
1005 is_a_helper <const gcond *>::test (const gimple *gs)
1530 gcond *gimple_build_cond (enum tree_code, tree, tree, tree, tree);
1531 gcond *gimple_build_cond_from_tree (tree, tree, tree);
1532 void gimple_cond_set_condition_from_tree (gcond *, tree);
3564 gimple_cond_code (const gcond *gs)
3572 const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
3580 gimple_cond_set_code (gcond *gs, enum tree_code code)
3589 gimple_cond_lhs (const gcond *gs)
[all …]
H A Dtree-ssa-threadedge.h34 extern void thread_outgoing_edges (basic_block, gcond *,
H A Dgimple-ssa-evrp-analyze.h52 void vrp_visit_cond_stmt (gcond *cond, edge *e) in vrp_visit_cond_stmt()
H A Dtree-scalar-evolution.h25 extern gcond *get_loop_exit_condition (const class loop *);
H A Dtree-ssa-loop-niter.h33 gcond **, bool = true,
H A Dcoretypes.h106 struct gcond;
H A Dtree-vectorizer.h1877 gimple *vect_loop_vectorized_call (class loop *, gcond **cond = NULL);
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h459 typedef union gimple_statement_d gcond; typedef
495 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
500 static inline const gcond *as_a_const_gcond(const_gimple stmt) in as_a_const_gcond()
592 typedef struct gimple_statement_base gcond; typedef
628 static inline gcond *as_a_gcond(gimple stmt) in as_a_gcond()
633 static inline const gcond *as_a_const_gcond(const_gimple stmt) in as_a_const_gcond()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info12978 | | + gcond
14005 -- GIMPLE function: gcond *gimple_build_cond ( enum tree_code
14013 -- GIMPLE function: gcond *gimple_build_cond_from_tree (tree cond, tree
14023 -- GIMPLE function: void gimple_cond_set_code (gcond *g, enum tree_code
14032 -- GIMPLE function: void gimple_cond_set_lhs (gcond *g, tree lhs)
14040 -- GIMPLE function: void gimple_cond_set_rhs (gcond *g, tree rhs)
14044 -- GIMPLE function: tree gimple_cond_true_label (const gcond *g)
14048 -- GIMPLE function: void gimple_cond_set_true_label (gcond *g, tree
14053 -- GIMPLE function: void gimple_cond_set_false_label (gcond *g, tree
14058 -- GIMPLE function: tree gimple_cond_false_label (const gcond *g)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info12978 | | + gcond
14005 -- GIMPLE function: gcond *gimple_build_cond ( enum tree_code
14013 -- GIMPLE function: gcond *gimple_build_cond_from_tree (tree cond, tree
14023 -- GIMPLE function: void gimple_cond_set_code (gcond *g, enum tree_code
14032 -- GIMPLE function: void gimple_cond_set_lhs (gcond *g, tree lhs)
14040 -- GIMPLE function: void gimple_cond_set_rhs (gcond *g, tree rhs)
14044 -- GIMPLE function: tree gimple_cond_true_label (const gcond *g)
14048 -- GIMPLE function: void gimple_cond_set_true_label (gcond *g, tree
14053 -- GIMPLE function: void gimple_cond_set_false_label (gcond *g, tree
14058 -- GIMPLE function: tree gimple_cond_false_label (const gcond *g)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state15802 (!type struct 756 nil gc_pointed_to "gcond"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state15836 (!type struct 758 nil gc_pointed_to "gcond"