Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp396 S.createScopArrayInfo(ElementType, CurrentOutIdString, Sizes); in expandAccess()
DScheduleOptimizer.cpp1109 auto *SAI = Stmt->getParent()->createScopArrayInfo( in optimizeDataLayoutMatrMulPattern()
1137 SAI = Stmt->getParent()->createScopArrayInfo( in optimizeDataLayoutMatrMulPattern()
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp675 auto NewSAI = S.createScopArrayInfo( in importArrays()
/external/llvm-project/polly/include/polly/
DScopInfo.h2422 ScopArrayInfo *createScopArrayInfo(Type *ElementType,
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1858 ScopArrayInfo *Scop::createScopArrayInfo(Type *ElementType, in createScopArrayInfo() function in Scop