Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
744 const Loop *SrcLoop,
761 const Loop *SrcLoop,
/netbsd-src/external/apache2/llvm/dist/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()
774 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
775 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1871 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1907 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2228 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
[all …]