Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h537 unsigned mapSrcLoop(const Loop *SrcLoop) const;
765 const Loop *SrcLoop,
782 const Loop *SrcLoop,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp815 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
820 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
827 while (SrcLoop != DstLoop) { in establishNestingLevels()
828 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
839 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
840 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1956 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1992 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2313 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
[all …]