Searched defs:IncrementLoopInfo (Results 1 – 1 of 1) sorted by relevance
67 struct IncrementLoopInfo { struct69 explicit IncrementLoopInfo(Fortran::semantics::Symbol &sym, const T &lower, in IncrementLoopInfo() function81 mlir::Type getLoopVariableType() const { in getLoopVariableType()88 const Fortran::lower::SomeExpr *lowerExpr;89 const Fortran::lower::SomeExpr *upperExpr;90 const Fortran::lower::SomeExpr *stepExpr;92 bool isUnordered; // do concurrent, forall95 mlir::Value loopVariable = nullptr;99 fir::DoLoopOp doLoop = nullptr;102 bool hasRealControl = false;[all …]