Home
last modified time | relevance | path

Searched refs:evolution_function_right_is_integer_cst (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-chrec.h95 extern bool evolution_function_right_is_integer_cst (const_tree);
H A Dtree-chrec.cc1749 evolution_function_right_is_integer_cst (const_tree chrec) in evolution_function_right_is_integer_cst() function
1762 || evolution_function_right_is_integer_cst (CHREC_LEFT (chrec))); in evolution_function_right_is_integer_cst()
1765 return evolution_function_right_is_integer_cst (TREE_OPERAND (chrec, 0)); in evolution_function_right_is_integer_cst()
H A Dgraphite-scop-detection.cc894 if (!evolution_function_right_is_integer_cst (scev) in graphite_can_represent_scev()
H A DChangeLog.graphite2001 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
5047 * tree-chrec.c (evolution_function_right_is_integer_cst): Allow
5087 * tree-chrec.c (evolution_function_right_is_integer_cst): New.
5088 * tree-chrec.h (evolution_function_right_is_integer_cst): New.
H A DChangeLog-200914939 * tree-chrec.c (evolution_function_right_is_integer_cst): New.
14940 * tree-chrec.h (evolution_function_right_is_integer_cst): Declared.
H A DChangeLog-201037221 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-chrec.h95 extern bool evolution_function_right_is_integer_cst (const_tree);
H A Dtree-chrec.c1751 evolution_function_right_is_integer_cst (const_tree chrec) in evolution_function_right_is_integer_cst() function
1764 || evolution_function_right_is_integer_cst (CHREC_LEFT (chrec))); in evolution_function_right_is_integer_cst()
1767 return evolution_function_right_is_integer_cst (TREE_OPERAND (chrec, 0)); in evolution_function_right_is_integer_cst()
H A Dgraphite-scop-detection.c894 if (!evolution_function_right_is_integer_cst (scev) in graphite_can_represent_scev()