Home
last modified time | relevance | path

Searched refs:GetLoopIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp100 const parser::Name &GetLoopIndex(const parser::DoConstruct &);
556 const parser::Name &DirectiveAttributeVisitor<T>::GetLoopIndex( in GetLoopIndex() function in Fortran::semantics::DirectiveAttributeVisitor
874 const parser::Name &iv{GetLoopIndex(*loop)}; in PrivatizeAssociatedLoopIndex()
1258 if (const auto &iv{GetLoopIndex(x)}; iv.symbol) { in Pre()
1342 const parser::Name &iv{GetLoopIndex(*loop)}; in PrivatizeAssociatedLoopIndexAndCheckLoopLevel()
H A Dcheck-omp-structure.h225 const parser::Name GetLoopIndex(const parser::DoConstruct *x);
H A Dcheck-omp-structure.cpp427 const parser::Name OmpStructureChecker::GetLoopIndex( in GetLoopIndex() function in Fortran::semantics::OmpStructureChecker
437 const parser::Name &itrVal{GetLoopIndex(loop)}; in SetLoopInfo()
465 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckLoopItrVariableIsInt()
687 const parser::Name &itrVal{GetLoopIndex(loop)}; in CheckDistLinear()