Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
744 const Loop *SrcLoop,
761 const Loop *SrcLoop,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp750 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
755 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
762 while (SrcLoop != DstLoop) { in establishNestingLevels()
763 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
775 return SrcLoop->getLoopDepth(); in mapSrcLoop()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2228 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2238 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2254 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2263 SrcLoop, DstLoop, in testRDIV()
[all …]