Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h1416 MemoryAccess *getArrayAccessOrNULLFor(const Instruction *Inst) const { in getArrayAccessOrNULLFor() function
1440 MemoryAccess *ArrayAccess = getArrayAccessOrNULLFor(Inst); in getArrayAccessFor()
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp478 MemoryAccess *Access = TargetStmt->getArrayAccessOrNULLFor(LI); in forwardKnownLoad()
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp378 if (!Stmt.getArrayAccessOrNULLFor(Store)) in copyInstruction()
1311 if (!Stmt.getArrayAccessOrNULLFor(Store)) in copyInstruction()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2012 return BasePtrStmt->getArrayAccessOrNULLFor(PointerBaseInst); in lookupBasePtrAccess()
DScopBuilder.cpp2764 if (Stmt.getArrayAccessOrNULLFor(LI)) { in verifyInvariantLoads()