PureRVar         1049 src/Func.cpp       Dim::Type outer_type = Dim::Type::PureRVar;
PureRVar         1074 src/Func.cpp                   (dims[i].is_rvar() && ((outer_type == Dim::Type::PureRVar) ||
PureRVar         1079 src/Func.cpp                   dims[i].dim_type = (dims[i].dim_type == Dim::Type::PureRVar) && (outer_type == Dim::Type::PureRVar) ?
PureRVar         1080 src/Func.cpp                       Dim::Type::PureRVar : Dim::Type::ImpureRVar;
PureRVar          644 src/Function.cpp                      pure ? Dim::Type::PureRVar : Dim::Type::ImpureRVar};
PureRVar          206 src/Schedule.h     bool is_pure() const {return (dim_type == PureVar) || (dim_type == PureRVar);}
PureRVar          207 src/Schedule.h     bool is_rvar() const {return (dim_type == PureRVar) || (dim_type == ImpureRVar);}