Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()
840 return SrcLoop->getLoopDepth(); in mapSrcLoop()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2313 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2323 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2339 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2348 SrcLoop, DstLoop, in testRDIV()
[all …]