Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h517 unsigned mapDstLoop(const Loop *DstLoop) const;
742 const Loop *DstLoop,
759 const Loop *DstLoop) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp753 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
761 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
764 while (SrcLoop != DstLoop) { in establishNestingLevels()
766 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
784 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2253 DstLoop = DstAddRec->getLoop(); in testRDIV()
2263 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2273 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2285 SrcLoop, DstLoop, in testRDIV()
[all …]