Home
last modified time | relevance | path

Searched refs:DstLoop (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;
744 const Loop *DstLoop,
761 const Loop *DstLoop) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp749 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
757 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
760 while (SrcLoop != DstLoop) { in establishNestingLevels()
762 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
779 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
780 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1896 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1941 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2228 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2240 DstLoop = DstAddRec->getLoop(); in testRDIV()
[all …]