Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2132 unsigned IterationCounter = 1; in runTillFixpoint() local
2143 LLVM_DEBUG(dbgs() << "\n\n[Attributor] #Iteration: " << IterationCounter in runTillFixpoint()
2185 LLVM_DEBUG(dbgs() << "[Attributor] #Iteration: " << IterationCounter in runTillFixpoint()
2220 } while (!Worklist.empty() && (IterationCounter++ < MaxIterations)); in runTillFixpoint()
2222 if (IterationCounter > MaxIterations && !Functions.empty()) { in runTillFixpoint()
2232 << IterationCounter << "/" << MaxIterations in runTillFixpoint()