lower             416 src/Lower.cpp      Module module = lower(output_funcs, pipeline_name, t, args, Internal::LoweredFunc::External, custom_passes);
lower              29 src/Lower.h    EXPORT Module lower(const std::vector<Function> &output_funcs, const std::string &pipeline_name, const Target &t,
lower             362 src/Pipeline.cpp         contents->module = lower(contents->outputs, new_fn_name, target, lowering_args, linkage_type, custom_passes);