Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h513 unsigned mapSrcLoop(const Loop *SrcLoop) const;
741 const Loop *SrcLoop,
758 const Loop *SrcLoop,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp752 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
757 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
764 while (SrcLoop != DstLoop) { in establishNestingLevels()
765 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
777 return SrcLoop->getLoopDepth(); in mapSrcLoop()
2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2250 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2260 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2276 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2285 SrcLoop, DstLoop, in testRDIV()
[all …]