Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2128 unsigned IterationCounter = 1; in runTillFixpoint() local
2139 LLVM_DEBUG(dbgs() << "\n\n[Attributor] #Iteration: " << IterationCounter in runTillFixpoint()
2181 LLVM_DEBUG(dbgs() << "[Attributor] #Iteration: " << IterationCounter in runTillFixpoint()
2216 } while (!Worklist.empty() && (IterationCounter++ < MaxIterations)); in runTillFixpoint()
2218 if (IterationCounter > MaxIterations && !Functions.empty()) { in runTillFixpoint()
2228 << IterationCounter << "/" << MaxIterations in runTillFixpoint()