Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h552 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp866 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
1011 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSubscript()
2260 Level = mapSrcLoop(CurLoop); in testSIV()
2280 Level = mapSrcLoop(CurLoop); in testSIV()
2569 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
3021 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()