Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h523 unsigned mapDstLoop(const Loop *DstLoop) const;
737 const Loop *DstLoop,
754 const Loop *DstLoop) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp719 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
727 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
730 while (SrcLoop != DstLoop) { in establishNestingLevels()
732 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
749 unsigned DependenceAnalysis::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
750 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1850 const Loop *DstLoop, in exactRDIVtest() argument
1895 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2188 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2200 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]