Home
last modified time | relevance | path

Searched defs:IncrementLoopInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp67 struct IncrementLoopInfo { struct
69 explicit IncrementLoopInfo(Fortran::semantics::Symbol &sym, const T &lower, in IncrementLoopInfo() function
81 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, forall
95 mlir::Value loopVariable = nullptr;
99 fir::DoLoopOp doLoop = nullptr;
102 bool hasRealControl = false;
[all …]