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()
309 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
337 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
350 LLVM_DEBUG(dbgs().indent(4) in computeRefCost()
369 LLVM_DEBUG({ in tryDelinearizeFixedSize()
381 LLVM_DEBUG(dbgs() << "Delinearizing: " << StoreOrLoadInst << "\n"); in delinearize()
392 LLVM_DEBUG( in delinearize()
404 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
412 LLVM_DEBUG(dbgs().indent(2) << "In Loop '" << L->getName() in delinearize()
423 LLVM_DEBUG(dbgs().indent(2) in delinearize()
589 LLVM_DEBUG(dbgs() << "Expecting the outermost loop in a loop nest\n"); in getCacheCost()
597 LLVM_DEBUG(dbgs() << "Cannot compute cache cost of loop nest with more " in getCacheCost()
606 LLVM_DEBUG(dbgs() << "POPULATING REFERENCE GROUPS\n"); in calculateCacheFootprint()
611 LLVM_DEBUG(dbgs() << "COMPUTING LOOP CACHE COSTS\n"); in calculateCacheFootprint()
644 LLVM_DEBUG({ in populateReferenceGroups()
686 LLVM_DEBUG({ in populateReferenceGroups()
707 LLVM_DEBUG(dbgs() << "Considering loop '" << L.getName() in computeLoopCacheCost()
724 LLVM_DEBUG(dbgs().indent(2) << "Loop '" << L.getName() in computeLoopCacheCost()