Home
last modified time | relevance | path

Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h520 unsigned mapDstLoop(const Loop *DstLoop) const;
745 const Loop *DstLoop,
762 const Loop *DstLoop) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp751 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
759 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
762 while (SrcLoop != DstLoop) { in establishNestingLevels()
764 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
782 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2231 DstLoop = DstAddRec->getLoop(); in testRDIV()
2241 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2251 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2263 SrcLoop, DstLoop, in testRDIV()
[all …]