Lines Matching full:temporal
21 /// 1. Partition memory references that exhibit temporal or spacial reuse
49 // In this analysis two array references are considered to exhibit temporal
53 "temporal-reuse-threshold", cl::init(2), cl::Hidden,
56 "temporal reuse"));
222 << "No temporal reuse: different base pointer\n"); 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()
239 // Check the dependence distance at every loop level. There is temporal reuse in hasTemporalReuse()
249 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: distance unknown\n"); in hasTemporalReuse()
256 << "No temporal reuse: distance is not zero at depth=" << Level in hasTemporalReuse()
262 << "No temporal reuse: distance is greater than MaxDistance at depth=" in hasTemporalReuse()
268 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()