Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.c902 tree opnd0, in estimate_niter_from_size_of_data() argument
913 array_size = TYPE_SIZE (TREE_TYPE (opnd0)); in estimate_niter_from_size_of_data()
914 element_size = TYPE_SIZE (TREE_TYPE (TREE_TYPE (opnd0))); in estimate_niter_from_size_of_data()
967 tree opnd0, opnd1; in analyze_array_indexes() local
970 opnd0 = TREE_OPERAND (ref, 0); in analyze_array_indexes()
988 if (TREE_CODE (opnd0) == ARRAY_REF) in analyze_array_indexes()
993 return opnd0; in analyze_array_indexes()
4135 tree opnd0 = TREE_OPERAND (stmt, 0); in find_data_references_in_loop() local
4138 if (TREE_CODE (opnd0) == ARRAY_REF in find_data_references_in_loop()
4139 || TREE_CODE (opnd0) == INDIRECT_REF in find_data_references_in_loop()
[all …]