Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h522 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
870 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSrcSubscript()
2088 Level = mapSrcLoop(CurLoop); in testSIV()
2108 Level = mapSrcLoop(CurLoop); in testSIV()
2406 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2839 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()