Home
last modified time | relevance | path

Searched refs:GetLoopControl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dparse-tree.cpp72 const std::optional<LoopControl> &DoConstruct::GetLoopControl() const { in GetLoopControl() function in Fortran::parser::DoConstruct
81 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoNormal()
86 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoWhile()
91 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoConcurrent()
/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-acc.cpp128 if (doCons->GetLoopControl()) { in RewriteOpenACCLoopConstruct()
174 if (doCons->GetLoopControl()) { in RewriteOpenACCCombinedConstruct()
Dcanonicalize-omp.cpp82 if (doCons->GetLoopControl()) { in RewriteOpenMPLoopConstruct()
Dcheck-do-forall.cpp65 auto &loopControl{doConstruct.GetLoopControl().value()}; in GetBounds()
384 if (const auto &loopControl{doConstruct.GetLoopControl()}) { in DefineDoVariables()
395 if (const auto &loopControl{doConstruct.GetLoopControl()}) { in ResetDoVariables()
543 const auto &loopControl{doConstruct.GetLoopControl()}; in CheckDoConcurrent()
Dresolve-directives.cpp393 return std::get<Bounds>(x.GetLoopControl()->u).name.thing; in GetLoopIndex()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2234 const std::optional<LoopControl> &GetLoopControl() const;