Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp290 const isl::union_map &Dependences, ScopArrayInfo *ExpandedSAI, in mapAccess() argument
312 auto Id = ExpandedSAI->getBasePtrId(); in mapAccess()
373 auto ExpandedSAI = in expandAccess() local
375 ExpandedSAI->setIsOnHeap(true); in expandAccess()
378 auto NewOutId = ExpandedSAI->getBasePtrId(); in expandAccess()
392 return ExpandedSAI; in expandAccess()
406 auto ExpandedSAI = expandAccess(Read); in expandPhi() local
408 mapAccess(Writes, Dependences, ExpandedSAI, false); in expandPhi()