Searched refs:step_limit (Results 1 – 12 of 12) sorted by relevance
29 spv_reducer_options options, uint32_t step_limit) { in spvReducerOptionsSetStepLimit() argument30 options->step_limit = step_limit; in spvReducerOptionsSetStepLimit()
29 spv_reducer_options_t() : step_limit(kDefaultStepLimit) {} in spv_reducer_options_t()32 uint32_t step_limit; member
158 void set_step_limit(uint32_t step_limit) { in set_step_limit() argument159 spvReducerOptionsSetStepLimit(options_, step_limit); in set_step_limit()
559 spv_reducer_options options, uint32_t step_limit);
131 const auto step_limit = in ParseFlags() local134 reducer_options->set_step_limit(step_limit); in ParseFlags()
132 const auto step_limit = in ParseFlags() local135 reducer_options->set_step_limit(step_limit); in ParseFlags()
150 return current_step >= options->step_limit; in ReachedStepLimit()