Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h541 unsigned mapDstLoop(const Loop *DstLoop) const;
766 const Loop *DstLoop,
783 const Loop *DstLoop) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp816 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
824 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
827 while (SrcLoop != DstLoop) { in establishNestingLevels()
829 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
847 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2316 DstLoop = DstAddRec->getLoop(); in testRDIV()
2326 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2336 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2348 SrcLoop, DstLoop, in testRDIV()
[all …]