Searched refs:LoopNestDepth (Results 1 – 4 of 4) sorted by relevance
25 ; CHECK-NEXT: LoopNestDepth = 027 ; CHECK-NEXT: LoopNestDepth = 129 ; CHECK-NEXT: LoopNestDepth = 131 ; CHECK-NEXT: LoopNestDepth = 053 ; CHECK-NEXT: LoopNestDepth = 055 ; CHECK-NEXT: LoopNestDepth = 157 ; CHECK-NEXT: LoopNestDepth = 159 ; CHECK-NEXT: LoopNestDepth = 161 ; CHECK-NEXT: LoopNestDepth = 083 ; CHECK-NEXT: LoopNestDepth = 0[all …]
54 void incrementLoopNestDepth() { ++LoopNestDepth; } in incrementLoopNestDepth()55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth()56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth()142 SizeT LoopNestDepth = 0; /// the loop nest depth of this node variable
235 const uint32_t LoopNestDepth = in markUse() local238 << LoopNestDepth * LogLoopTripCountEstimate; in markUse()
517 unsigned LoopNestDepth = LoopList.size(); in processLoopList() local518 if (LoopNestDepth < 2) { in processLoopList()522 if (LoopNestDepth > MaxLoopNestDepth) { in processLoopList()532 LLVM_DEBUG(dbgs() << "Processing LoopList of size = " << LoopNestDepth in processLoopList()537 if (!populateDependencyMatrix(DependencyMatrix, LoopNestDepth, in processLoopList()