Searched defs:iv_use (Results 1 – 2 of 2) sorted by relevance
402 struct iv_use struct404 unsigned id; /* The id of the use. */405 unsigned group_id; /* The group id the use belongs to. */406 enum use_type type; /* Type of the use. */407 tree mem_type; /* The memory type to use when testing whether an410 struct iv *iv; /* The induction variable it is based on. */411 gimple *stmt; /* Statement in that it occurs. */412 tree *op_p; /* The place where it occurs. */437 vec<struct iv_use *> vuses; argument