Searched refs:LoopNestDepth (Results 1 – 4 of 4) sorted by relevance
54 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
235 const uint32_t LoopNestDepth = in markUse() local238 << LoopNestDepth * LogLoopTripCountEstimate; in markUse()
479 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local480 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()
493 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local494 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()