Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h556 unsigned mapDstLoop(const Loop *DstLoop) const;
781 const Loop *DstLoop,
798 const Loop *DstLoop) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp843 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
851 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
854 while (SrcLoop != DstLoop) { in establishNestingLevels()
856 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
873 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
874 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1975 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
2021 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2323 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2335 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]