Home
last modified time | relevance | path

Searched refs:LoopNestDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h54 void incrementLoopNestDepth() { ++LoopNestDepth; } in incrementLoopNestDepth()
55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth()
56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth()
141 SizeT LoopNestDepth = 0; /// the loop nest depth of this node variable
DIceOperand.cpp235 const uint32_t LoopNestDepth = in markUse() local
238 << LoopNestDepth * LogLoopTripCountEstimate; in markUse()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp479 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local
480 if (LoopNestDepth < 2) { in processLoopList()
484 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
494 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()
499 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp493 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local
494 if (LoopNestDepth < 2) { in processLoopList()
498 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()
508 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()
513 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()