Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h513 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp776 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
929 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSubscript()
2178 Level = mapSrcLoop(CurLoop); in testSIV()
2198 Level = mapSrcLoop(CurLoop); in testSIV()
2496 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2948 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()