Searched refs:mapAccess (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | MaximalStaticExpansion.cpp | 102 void mapAccess(Scop &S, SmallPtrSetImpl<MemoryAccess *> &Accesses, 314 void MaximalStaticExpander::mapAccess(Scop &S, in mapAccess() function in MaximalStaticExpander 425 mapAccess(S, Writes, Dependences, ExpandedSAI, false); in expandPhi() 457 mapAccess(S, AllReads, Dependences, ExpandedArray, true); in runOnScop()
|