Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp744 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceAnalysis
837 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSrcSubscript()
2077 Level = mapSrcLoop(CurLoop); in testSIV()
2097 Level = mapSrcLoop(CurLoop); in testSIV()
2407 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2856 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()