Searched refs:GetLoopControl (Results 1 – 7 of 7) sorted by relevance
72 const std::optional<LoopControl> &DoConstruct::GetLoopControl() const { in GetLoopControl() function in Fortran::parser::DoConstruct81 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()
130 if (doCons->GetLoopControl()) { in RewriteOpenACCLoopConstruct()176 if (doCons->GetLoopControl()) { in RewriteOpenACCCombinedConstruct()
82 if (doCons->GetLoopControl()) { in RewriteOpenMPLoopConstruct()
65 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()544 const auto &loopControl{doConstruct.GetLoopControl()}; in CheckDoConcurrent()
559 return std::get<Bounds>(x.GetLoopControl()->u).name.thing; in GetLoopIndex()
430 return std::get<Bounds>(x->GetLoopControl()->u).name.thing; in GetLoopIndex()
2255 const std::optional<LoopControl> &GetLoopControl() const;