Searched refs:graphite_can_represent_scev (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite-scop-detection.c | 373 static bool graphite_can_represent_scev (sese_l scop, tree scev); 859 scop_detection::graphite_can_represent_scev (sese_l scop, tree scev) in graphite_can_represent_scev() function 870 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)); in graphite_can_represent_scev() 875 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev() 876 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev() 884 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev() 885 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev() 897 return graphite_can_represent_scev (scop, CHREC_LEFT (scev)); in graphite_can_represent_scev() 925 return graphite_can_represent_scev (scop, scev); in graphite_can_represent_expr() 948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-scop-detection.cc | 373 static bool graphite_can_represent_scev (sese_l scop, tree scev); 859 scop_detection::graphite_can_represent_scev (sese_l scop, tree scev) in graphite_can_represent_scev() function in __anon453fb1600111::scop_detection 870 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)); in graphite_can_represent_scev() 875 return graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev() 876 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev() 884 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 0)) in graphite_can_represent_scev() 885 && graphite_can_represent_scev (scop, TREE_OPERAND (scev, 1)); in graphite_can_represent_scev() 897 return graphite_can_represent_scev (scop, CHREC_LEFT (scev)); in graphite_can_represent_scev() 925 return graphite_can_represent_scev (scop, scev); in graphite_can_represent_expr() 948 if (! graphite_can_represent_scev (scop, DR_ACCESS_FN (dr, i))) in stmt_has_simple_data_refs_p()
|
H A D | ChangeLog.graphite | 815 * graphite-scop-detection.c (graphite_can_represent_scev, 855 * graphite-scop-detection.c (graphite_can_represent_scev): Remove 2158 * graphite-scop-detection.c (graphite_can_represent_scev): Call 2638 * graphite-scop-detection.c (graphite_can_represent_scev): Handle more 4192 * graphite-scop-detection.c (graphite_can_represent_scev): Do not let 4381 (graphite_can_represent_scev): Call graphite_can_represent_init: 5074 * graphite-scop-detection.c (graphite_can_represent_scev): Only 5125 * graphite-scop-detection.c (graphite_can_represent_scev): 5172 * graphite-scop-detection.c (graphite_can_represent_scev): Do not 5584 * graphite-scop-detection.c (graphite_can_represent_scev): New.
|
H A D | ChangeLog-2010 | 12004 * graphite-scop-detection.c (graphite_can_represent_scev, 12023 * graphite-scop-detection.c (graphite_can_represent_scev): Remove 38656 * graphite-scop-detection.c (graphite_can_represent_scev): Call
|
H A D | ChangeLog-2017 | 11797 (scop_detection::graphite_can_represent_scev): Add SCOP parameter, 11859 (scop_detection::graphite_can_represent_scev): We can handle
|
H A D | ChangeLog-2015 | 13825 (graphite_can_represent_scev): Move... 36421 (graphite_can_represent_scev): Use POINTER_TYPE_P.
|
H A D | ChangeLog-2014 | 29156 (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes 43185 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
|
H A D | ChangeLog-2019 | 34963 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.
|