Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h520 unsigned mapDstLoop(const Loop *DstLoop) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp781 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
909 Loops.set(mapDstLoop(AddRec->getLoop())); in checkSubscript()
2186 Level = mapDstLoop(CurLoop); in testSIV()
2913 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()