Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapDstLoop(const Loop *DstLoop) const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp766 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
917 Loops.set(mapDstLoop(AddRec->getLoop())); in checkDstSubscript()
2191 Level = mapDstLoop(CurLoop); in testSIV()
2918 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()