Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h522 unsigned mapSrcLoop(const Loop *SrcLoop) const;
739 const Loop *SrcLoop,
756 const Loop *SrcLoop,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
718 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
725 while (SrcLoop != DstLoop) { in establishNestingLevels()
726 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
738 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1854 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2160 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
[all …]