Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2061 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function
2067 inline const_array_iterator array_end() const { in array_end() function
2072 return array_range(array_begin(), array_end()); in arrays()
2076 return const_array_range(array_begin(), array_end()); in arrays()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2709 S->getNumParams() + std::distance(S->array_begin(), S->array_end())); in getNames()