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.h541 unsigned mapDstLoop(const Loop *DstLoop) const;
766 const Loop *DstLoop,
783 const Loop *DstLoop) const;
/freebsd/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()
846 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
847 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1956 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
2002 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2316 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]