Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h526 unsigned mapDstLoop(const Loop *DstLoop) const;
740 const Loop *DstLoop,
757 const Loop *DstLoop) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp714 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
722 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
725 while (SrcLoop != DstLoop) { in establishNestingLevels()
727 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
745 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1864 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2163 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]