Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp430 for (const Scop::MinMaxVectorPairTy &MinMaxAccessPair : S.getAliasGroups()) { in buildRunCondition() local
431 auto &MinMaxReadWrite = MinMaxAccessPair.first; in buildRunCondition()
432 auto &MinMaxReadOnly = MinMaxAccessPair.second; in buildRunCondition()