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.h552 unsigned mapSrcLoop(const Loop *SrcLoop) const;
780 const Loop *SrcLoop,
797 const Loop *SrcLoop,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp842 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
847 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
854 while (SrcLoop != DstLoop) { in establishNestingLevels()
855 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
866 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
867 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1975 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
2011 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2323 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2332 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
[all …]