InferredArgument   19 src/InferArguments.cpp     vector<InferredArgument> &args;
InferredArgument   21 src/InferArguments.cpp     InferArguments(vector<InferredArgument> &a, const vector<Function> &o, Stmt body)
InferredArgument   45 src/InferArguments.cpp         for (const InferredArgument &arg : args) {
InferredArgument   98 src/InferArguments.cpp         InferredArgument a = {
InferredArgument  124 src/InferArguments.cpp         InferredArgument a = {
InferredArgument  156 src/InferArguments.cpp vector<InferredArgument> infer_arguments(Stmt body, const vector<Function> &outputs) {
InferredArgument  157 src/InferArguments.cpp     vector<InferredArgument> inferred_args;
InferredArgument   29 src/InferArguments.h     bool operator<(const InferredArgument &other) const {
InferredArgument   42 src/InferArguments.h std::vector<InferredArgument> infer_arguments(Stmt body, const std::vector<Function> &outputs);
InferredArgument  338 src/Lower.cpp      vector<InferredArgument> inferred_args = infer_arguments(s, outputs);
InferredArgument  339 src/Lower.cpp      for (const InferredArgument &arg : inferred_args) {
InferredArgument  372 src/Lower.cpp              for (const InferredArgument &ia : inferred_args) {
InferredArgument  408 src/Lower.cpp      vector<InferredArgument> inferred_args = infer_arguments(Stmt(), output_funcs);
InferredArgument   76 src/Pipeline.cpp     InferredArgument user_context_arg;
InferredArgument   84 src/Pipeline.cpp     vector<InferredArgument> inferred_args;
InferredArgument  288 src/Pipeline.cpp     for (const InferredArgument &arg : contents->inferred_args) {
InferredArgument  407 src/Pipeline.cpp     for (const InferredArgument &arg : contents->inferred_args) {
InferredArgument  705 src/Pipeline.cpp     for (const InferredArgument &arg : contents->inferred_args) {
InferredArgument  761 src/Pipeline.cpp             for (const InferredArgument &arg : pipeline_contents.inferred_args) {
InferredArgument  915 src/Pipeline.cpp             InferredArgument ia = contents->inferred_args[i];
InferredArgument  974 src/Pipeline.cpp         InferredArgument ia = contents->inferred_args[i];