Lines Matching refs:reducer
25 #include "source/reduce/reducer.h"
84 * The reducer does not place a time limit on how long the interestingness test
89 NOTE: The reducer is a work in progress.
100 reducer will take before giving up.
103 input module. The reducer will restrict attention to this
116 Display reducer version information.
280 spvtools::reduce::Reducer reducer(target_env);
289 reducer.SetInterestingnessFunction(
305 reducer.AddDefaultReductionPasses();
307 reducer.SetMessageConsumer(spvtools::utils::CLIMessageConsumer);
338 const auto reduction_status = reducer.Run(std::move(binary_in), &binary_out,