Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
740 const Loop *SrcLoop,
757 const Loop *SrcLoop,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp740 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
747 while (SrcLoop != DstLoop) { in establishNestingLevels()
748 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
760 return SrcLoop->getLoopDepth(); in mapSrcLoop()
2224 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2233 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2243 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2259 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2268 SrcLoop, DstLoop, in testRDIV()
2273 SrcLoop, DstLoop); in testRDIV()
[all …]