Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapDstLoop(const Loop *DstLoop) const;
741 const Loop *DstLoop,
758 const Loop *DstLoop) const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp744 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
747 while (SrcLoop != DstLoop) { in establishNestingLevels()
749 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
767 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
2224 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2236 DstLoop = DstAddRec->getLoop(); in testRDIV()
2246 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2256 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2268 SrcLoop, DstLoop, in testRDIV()
2273 SrcLoop, DstLoop); in testRDIV()
[all …]