Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h173 : PSE(PSE), InnermostLoop(L) {} in MemoryDepChecker()
257 const Loop *getInnermostLoop() const { return InnermostLoop; } in getInnermostLoop()
267 const Loop *InnermostLoop; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h178 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeDepDistBytes(0), in MemoryDepChecker()
265 const Loop *InnermostLoop; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h197 : PSE(PSE), InnermostLoop(L), AccessIdx(0), in MemoryDepChecker()
275 const Loop *InnermostLoop; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp774 static void visitPointers(Value *StartPtr, const Loop &InnermostLoop, in visitPointers() argument
788 if (PN && InnermostLoop.contains(PN->getParent()) && in visitPointers()
789 PN->getParent() != InnermostLoop.getHeader()) { in visitPointers()
1607 visitPointers(SI->getPointerOperand(), *InnermostLoop, in addAccess()
1616 visitPointers(LI->getPointerOperand(), *InnermostLoop, in addAccess()
1851 getPtrStride(PSE, ATy, APtr, InnermostLoop, Strides, true).value_or(0); in isDependent()
1853 getPtrStride(PSE, BTy, BPtr, InnermostLoop, Strides, true).value_or(0); in isDependent()
1885 auto &DL = InnermostLoop->getHeader()->getModule()->getDataLayout(); in isDependent()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1199 int64_t StrideAPtr = getPtrStride(PSE, APtr, InnermostLoop, Strides, true); in isDependent()
1200 int64_t StrideBPtr = getPtrStride(PSE, BPtr, InnermostLoop, Strides, true); in isDependent()
1239 auto &DL = InnermostLoop->getHeader()->getModule()->getDataLayout(); in isDependent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1462 int64_t StrideAPtr = getPtrStride(PSE, APtr, InnermostLoop, Strides, true); in isDependent()
1463 int64_t StrideBPtr = getPtrStride(PSE, BPtr, InnermostLoop, Strides, true); in isDependent()
1495 auto &DL = InnermostLoop->getHeader()->getModule()->getDataLayout(); in isDependent()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp2749 CanonicalLoopInfo *InnermostLoop = Loops.back(); in tileLoops() local
2751 BasicBlock *InnerEnter = InnermostLoop->getBody(); in tileLoops()
2752 BasicBlock *InnerLatch = InnermostLoop->getLatch(); in tileLoops()
2832 BasicBlock *OutroInsertBefore = InnermostLoop->getExit(); in tileLoops()