Lines Matching refs:LLVM_DEBUG
144 LLVM_DEBUG(dbgs().indent(2) << "Succesfully delinearized: " << *this in IndexedReference()
154 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
161 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
169 LLVM_DEBUG(dbgs().indent(2) << "No spacial reuse, different subscripts: " in hasSpacialReuse()
184 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
193 LLVM_DEBUG({ in hasSpacialReuse()
211 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
220 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: no dependence\n"); in hasTemporalReuse()
225 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
239 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: distance unknown\n"); in hasTemporalReuse()
245 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
250 LLVM_DEBUG( in hasTemporalReuse()
258 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
265 LLVM_DEBUG({ in computeRefCost()
272 LLVM_DEBUG(dbgs().indent(4) << "Reference is loop invariant: RefCost=1\n"); in computeRefCost()
278 LLVM_DEBUG(dbgs() << "Trip count of loop " << L.getName() in computeRefCost()
283 LLVM_DEBUG(dbgs() << "TripCount=" << *TripCount << "\n"); in computeRefCost()
302 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
306 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
314 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
325 LLVM_DEBUG(dbgs() << "Delinearizing: " << StoreOrLoadInst << "\n"); in delinearize()
336 LLVM_DEBUG( in delinearize()
344 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
355 LLVM_DEBUG(dbgs().indent(2) in delinearize()
501 LLVM_DEBUG(dbgs() << "Expecting the outermost loop in a loop nest\n"); in getCacheCost()
509 LLVM_DEBUG(dbgs() << "Cannot compute cache cost of loop nest with more " in getCacheCost()
518 LLVM_DEBUG(dbgs() << "POPULATING REFERENCE GROUPS\n"); in calculateCacheFootprint()
523 LLVM_DEBUG(dbgs() << "COMPUTING LOOP CACHE COSTS\n"); in calculateCacheFootprint()
557 LLVM_DEBUG({ in populateReferenceGroups()
599 LLVM_DEBUG({ in populateReferenceGroups()
620 LLVM_DEBUG(dbgs() << "Considering loop '" << L.getName() in computeLoopCacheCost()
637 LLVM_DEBUG(dbgs().indent(2) << "Loop '" << L.getName() in computeLoopCacheCost()