Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h537 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp839 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop() function in DependenceInfo
992 Loops.set(mapSrcLoop(AddRec->getLoop())); in checkSubscript()
2241 Level = mapSrcLoop(CurLoop); in testSIV()
2261 Level = mapSrcLoop(CurLoop); in testSIV()
2559 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest()
3011 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()