Lines Matching defs:Iter
154 unsigned Iter;
214 JOS.attribute("iter", E.Iter);
254 static std::string iterID(unsigned Block, unsigned Iter) {
255 return llvm::formatv("B{0}:{1}", Block, Iter);
257 static std::string elementIterID(unsigned Block, unsigned Iter,
259 return llvm::formatv("B{0}:{1}_B{0}.{2}", Block, Iter, Element);
270 unsigned Iter = Iters.back().Iter;
272 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] {
274 JOS.attribute("iter", Iter);
325 const Iteration &Iter = Iters[IterIdx];
327 JOS.attribute("iter", Iter.Iter);
328 JOS.attribute("post_visit", Iter.PostVisit);
329 JOS.attribute("converged", Iter.Converged);