Lines Matching refs:indent
155 LLVM_DEBUG(dbgs().indent(2) << "Succesfully delinearized: " << *this in IndexedReference()
165 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
172 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
180 LLVM_DEBUG(dbgs().indent(2) << "No spacial reuse, different subscripts: " in hasSpacialReuse()
195 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
206 dbgs().indent(2) << "Found spacial reuse.\n"; in hasSpacialReuse()
208 dbgs().indent(2) << "No spacial reuse.\n"; in hasSpacialReuse()
221 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
230 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: no dependence\n"); in hasTemporalReuse()
235 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
249 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: distance unknown\n"); in hasTemporalReuse()
255 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
261 dbgs().indent(2) in hasTemporalReuse()
268 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
276 dbgs().indent(2) << "Computing cache cost for:\n"; in computeRefCost()
277 dbgs().indent(4) << *this << "\n"; in computeRefCost()
282 LLVM_DEBUG(dbgs().indent(4) << "Reference is loop invariant: RefCost=1\n"); in computeRefCost()
309 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
335 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
344 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
387 dbgs().indent(2) in delinearize()
398 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
406 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
417 LLVM_DEBUG(dbgs().indent(2) in delinearize()
640 dbgs().indent(2) << *R << "\n"; in populateReferenceGroups()
641 dbgs().indent(2) << Representative << "\n"; in populateReferenceGroups()
684 dbgs().indent(2) << "RefGroup " << n << ":\n"; in populateReferenceGroups()
686 dbgs().indent(4) << *IR << "\n"; in populateReferenceGroups()
718 LLVM_DEBUG(dbgs().indent(2) << "Loop '" << L.getName() in computeLoopCacheCost()