Lines Matching refs:LLVM_DEBUG
118 LLVM_DEBUG(dbgs() << "Trip count of loop " << L.getName() in computeTripCount()
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()
204 LLVM_DEBUG({ 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()
260 LLVM_DEBUG( in hasTemporalReuse()
268 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
275 LLVM_DEBUG({ in computeRefCost()
282 LLVM_DEBUG(dbgs().indent(4) << "Reference is loop invariant: RefCost=1\n"); in computeRefCost()
288 LLVM_DEBUG(dbgs() << "TripCount=" << *TripCount << "\n"); in computeRefCost()
304 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
330 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
339 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
358 LLVM_DEBUG({ in tryDelinearizeFixedSize()
370 LLVM_DEBUG(dbgs() << "Delinearizing: " << StoreOrLoadInst << "\n"); in delinearize()
381 LLVM_DEBUG( in delinearize()
393 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
401 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
412 LLVM_DEBUG(dbgs().indent(2) in delinearize()
578 LLVM_DEBUG(dbgs() << "Expecting the outermost loop in a loop nest\n"); in getCacheCost()
586 LLVM_DEBUG(dbgs() << "Cannot compute cache cost of loop nest with more " in getCacheCost()
595 LLVM_DEBUG(dbgs() << "POPULATING REFERENCE GROUPS\n"); in calculateCacheFootprint()
600 LLVM_DEBUG(dbgs() << "COMPUTING LOOP CACHE COSTS\n"); in calculateCacheFootprint()
633 LLVM_DEBUG({ in populateReferenceGroups()
675 LLVM_DEBUG({ in populateReferenceGroups()
696 LLVM_DEBUG(dbgs() << "Considering loop '" << L.getName() in computeLoopCacheCost()
713 LLVM_DEBUG(dbgs().indent(2) << "Loop '" << L.getName() in computeLoopCacheCost()