Home
last modified time | relevance | path

Searched refs:folded_cond (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-copy.c245 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt() local
247 if (folded_cond) in copy_prop_visit_cond_stmt()
250 *taken_edge_p = find_taken_edge (bb, folded_cond); in copy_prop_visit_cond_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-copy.cc245 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt() local
247 if (folded_cond) in copy_prop_visit_cond_stmt()
250 *taken_edge_p = find_taken_edge (bb, folded_cond); in copy_prop_visit_cond_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c20289 tree folded_cond = fold_non_dependent_expr (cond, complain); in tsubst_copy_and_build() local
20292 if (TREE_CODE (folded_cond) == INTEGER_CST) in tsubst_copy_and_build()
20294 if (integer_zerop (folded_cond)) in tsubst_copy_and_build()
20308 cond = folded_cond; in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc21142 tree folded_cond = fold_non_dependent_expr (cond, complain); in tsubst_copy_and_build() local
21145 if (TREE_CODE (folded_cond) == INTEGER_CST) in tsubst_copy_and_build()
21147 if (integer_zerop (folded_cond)) in tsubst_copy_and_build()
21161 cond = folded_cond; in tsubst_copy_and_build()