Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h519 unsigned mapDstLoop(const Loop *DstLoop) const;
/third_party/skia/third_party/externals/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()