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()
222 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
231 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: no dependence\n"); in hasTemporalReuse()
236 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
250 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: distance unknown\n"); in hasTemporalReuse()
256 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
261 LLVM_DEBUG( in hasTemporalReuse()
269 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
276 LLVM_DEBUG({ in computeRefCost()
283 LLVM_DEBUG(dbgs().indent(4) << "Reference is loop invariant: RefCost=1\n"); in computeRefCost()
289 LLVM_DEBUG(dbgs() << "TripCount=" << *TripCount << "\n"); in computeRefCost()
305 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
331 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
340 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
359 LLVM_DEBUG({ in tryDelinearizeFixedSize()
371 LLVM_DEBUG(dbgs() << "Delinearizing: " << StoreOrLoadInst << "\n"); in delinearize()
382 LLVM_DEBUG( in delinearize()
394 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
402 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
413 LLVM_DEBUG(dbgs().indent(2) in delinearize()
579 LLVM_DEBUG(dbgs() << "Expecting the outermost loop in a loop nest\n"); in getCacheCost()
587 LLVM_DEBUG(dbgs() << "Cannot compute cache cost of loop nest with more " in getCacheCost()
596 LLVM_DEBUG(dbgs() << "POPULATING REFERENCE GROUPS\n"); in calculateCacheFootprint()
601 LLVM_DEBUG(dbgs() << "COMPUTING LOOP CACHE COSTS\n"); in calculateCacheFootprint()
634 LLVM_DEBUG({ in populateReferenceGroups()
676 LLVM_DEBUG({ in populateReferenceGroups()
697 LLVM_DEBUG(dbgs() << "Considering loop '" << L.getName() in computeLoopCacheCost()
714 LLVM_DEBUG(dbgs().indent(2) << "Loop '" << L.getName() in computeLoopCacheCost()