Searched refs:base_object (Results 1 – 8 of 8) sorted by relevance
93 SCI_OBJECT_HANDLE_T base_object116 SCI_OBJECT_HANDLE_T base_object,120 #define sci_object_set_association(base_object, associated_object) \ argument121 ((*((void **)base_object)) = (associated_object))
98 SCI_BASE_OBJECT_T * base_object, in sci_base_object_construct() argument103 base_object->logger = logger; in sci_base_object_construct()105 base_object->associated_object = NULL; in sci_base_object_construct()
77 SCI_BASE_OBJECT_T *base_object
111 SCI_BASE_OBJECT_T * base_object,
60 tree base_object; member116 #define DR_BASE_OBJECT(DR) (DR)->object_info.base_object
105 tree base_object; /* A memory object to that the induction variable points. */ member397 if (iv->base_object) in dump_iv()400 print_generic_expr (file, iv->base_object, TDF_SLIM); in dump_iv()898 iv->base_object = determine_base_object (base); in alloc_iv()3881 if (use->iv->base_object in get_computation_cost_at()3882 && cand->iv->base_object in get_computation_cost_at()3883 && !operand_equal_p (use->iv->base_object, cand->iv->base_object, 0)) in get_computation_cost_at()
10118 * tree-ssa-loop-ivopts.c (struct iv): Add base_object field.10119 (dump_iv): Dump base_object.10122 (alloc_iv): Initialize base_object field.
522 @code{a.base_object} and @code{b.base_object};