Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h541 unsigned mapDstLoop(const Loop *DstLoop) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp846 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
994 Loops.set(mapDstLoop(AddRec->getLoop())); in checkSubscript()
2271 Level = mapDstLoop(CurLoop); in testSIV()
3011 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()