Home
last modified time | relevance | path

Searched refs:mapSrcLoop (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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp774 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
907 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSubscript()
2156 Level = mapSrcLoop(CurLoop); in testSIV()
2176 Level = mapSrcLoop(CurLoop); in testSIV()
2474 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2913 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()