Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp258 const MemoryAccess &MA = Stmt.getArrayAccessFor(Inst); in generateLocationAccessed()
332 MemoryAccess &MA = Stmt.getArrayAccessFor(Store); in generateArrayStore()
1132 const MemoryAccess &Access = Stmt.getArrayAccessFor(Load); in generateLoad()
1184 const MemoryAccess &Access = Stmt.getArrayAccessFor(Store); in copyStore()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1432 MemoryAccess &getArrayAccessFor(const Instruction *Inst) const { in getArrayAccessFor() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2958 Loads.push_back(&Stmt->getArrayAccessFor(PossibleLoad0)); in collectCandidateReductionLoads()
2961 Loads.push_back(&Stmt->getArrayAccessFor(PossibleLoad1)); in collectCandidateReductionLoads()