Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h517 unsigned mapDstLoop(const Loop *DstLoop) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp783 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
931 Loops.set(mapDstLoop(AddRec->getLoop())); in checkSubscript()
2208 Level = mapDstLoop(CurLoop); in testSIV()
2948 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()