Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp759 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
892 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSrcSubscript()
2161 Level = mapSrcLoop(CurLoop); in testSIV()
2181 Level = mapSrcLoop(CurLoop); in testSIV()
2479 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
2918 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()