Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h185 : PSE(PSE), InnermostLoop(L) {} in MemoryDepChecker()
267 const Loop *getInnermostLoop() const { return InnermostLoop; } in getInnermostLoop()
277 const Loop *InnermostLoop; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp849 static void visitPointers(Value *StartPtr, const Loop &InnermostLoop, in visitPointers() argument
863 if (PN && InnermostLoop.contains(PN->getParent()) && in visitPointers()
864 PN->getParent() != InnermostLoop.getHeader()) { in visitPointers()
1684 visitPointers(SI->getPointerOperand(), *InnermostLoop, in addAccess()
1693 visitPointers(LI->getPointerOperand(), *InnermostLoop, in addAccess()
1933 PredicatedScalarEvolution &PSE, const Loop *InnermostLoop) { in getDependenceDistanceStrideAndSize() argument
1934 auto &DL = InnermostLoop->getHeader()->getModule()->getDataLayout(); in getDependenceDistanceStrideAndSize()
1977 InnermostLoop) || in getDependenceDistanceStrideAndSize()
1979 InnermostLoop)) in getDependenceDistanceStrideAndSize()
2010 InnermostLoop); in isDependent()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3311 CanonicalLoopInfo *InnermostLoop = Loops.back(); in tileLoops() local
3313 BasicBlock *InnerEnter = InnermostLoop->getBody(); in tileLoops()
3314 BasicBlock *InnerLatch = InnermostLoop->getLatch(); in tileLoops()
3394 BasicBlock *OutroInsertBefore = InnermostLoop->getExit(); in tileLoops()