is_bound_before_lowering 919 src/Function.cpp if (v->param.defined() && v->param.is_bound_before_lowering()) { is_bound_before_lowering 88 src/InferArguments.cpp if (p.is_bound_before_lowering()) return; is_bound_before_lowering 26 src/Parameter.cpp const bool is_bound_before_lowering; is_bound_before_lowering 27 src/Parameter.cpp ParameterContents(Type t, bool b, int d, const std::string &n, bool e, bool r, bool is_bound_before_lowering) is_bound_before_lowering 30 src/Parameter.cpp is_bound_before_lowering(is_bound_before_lowering) { is_bound_before_lowering 82 src/Parameter.cpp Parameter::Parameter(Type t, bool is_buffer, int d, const std::string &name, bool is_explicit_name, bool register_instance, bool is_bound_before_lowering) : is_bound_before_lowering 83 src/Parameter.cpp contents(new ParameterContents(t, is_buffer, d, name, is_explicit_name, register_instance, is_bound_before_lowering)) { is_bound_before_lowering 147 src/Parameter.cpp return contents->is_bound_before_lowering; is_bound_before_lowering 52 src/Parameter.h bool register_instance = true, bool is_bound_before_lowering = false); is_bound_before_lowering 74 src/Parameter.h EXPORT bool is_bound_before_lowering() const;