Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h526 unsigned mapDstLoop(const Loop *DstLoop) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h519 unsigned mapDstLoop(const Loop *DstLoop) const;
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h520 unsigned mapDstLoop(const Loop *DstLoop) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp779 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
907 Loops.set(mapDstLoop(AddRec->getLoop())); in checkSubscript()
2195 Level = mapDstLoop(CurLoop); in testSIV()
2922 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
895 Loops.set(mapDstLoop(AddRec->getLoop())); in checkDstSubscript()
2118 Level = mapDstLoop(CurLoop); in testSIV()
2839 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp781 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop() function in DependenceInfo
909 Loops.set(mapDstLoop(AddRec->getLoop())); in checkSubscript()
2184 Level = mapDstLoop(CurLoop); in testSIV()
2911 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L); in collectCoeffInfo()