Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h519 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp742 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceAnalysis
876 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSrcSubscript()
2124 Level = mapSrcLoop(CurLoop); in testSIV()
2144 Level = mapSrcLoop(CurLoop); in testSIV()
2454 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2901 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()