Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1409 MemoryAccess *getArrayAccessOrNULLFor(const Instruction *Inst) const { in getArrayAccessOrNULLFor() function
1433 MemoryAccess *ArrayAccess = getArrayAccessOrNULLFor(Inst); in getArrayAccessFor()
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp481 MemoryAccess *Access = TargetStmt->getArrayAccessOrNULLFor(LI); in forwardKnownLoad()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp378 if (!Stmt.getArrayAccessOrNULLFor(Store)) in copyInstruction()
1304 if (!Stmt.getArrayAccessOrNULLFor(Store)) in copyInstruction()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1896 return BasePtrStmt->getArrayAccessOrNULLFor(PointerBaseInst); in lookupBasePtrAccess()
H A DScopBuilder.cpp2575 if (Stmt.getArrayAccessOrNULLFor(LI)) { in verifyInvariantLoads()