Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h520 unsigned mapDstLoop(const Loop *DstLoop) const;
745 const Loop *DstLoop,
762 const Loop *DstLoop) const;
/netbsd-src/external/apache2/llvm/dist/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()
781 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
782 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1871 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1917 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2231 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]