Lines Matching defs:ScopInfo
1 //===- ScopInfo.cpp -------------------------------------------------------===//
19 #include "polly/ScopInfo.h"
92 STATISTIC(NumScops, "Number of feasible SCoPs after ScopInfo");
94 STATISTIC(NumBoxedLoops, "Number of boxed loops in SCoPs after ScopInfo");
95 STATISTIC(NumAffineLoops, "Number of affine loops in SCoPs after ScopInfo");
107 STATISTIC(NumValueWrites, "Number of scalar value writes after ScopInfo");
110 "Number of scalar value writes nested in affine loops after ScopInfo");
111 STATISTIC(NumPHIWrites, "Number of scalar phi writes after ScopInfo");
113 "Number of scalar phi writes nested in affine loops after ScopInfo");
114 STATISTIC(NumSingletonWrites, "Number of singleton writes after ScopInfo");
116 "Number of singleton writes nested in affine loops after ScopInfo");
2701 ScopInfo::ScopInfo(const DataLayout &DL, ScopDetection &SD, ScalarEvolution &SE,
2708 void ScopInfo::recompute() {
2732 bool ScopInfo::invalidate(Function &F, const PreservedAnalyses &PA,
2797 Result.reset(new ScopInfo{DL, SD, SE, LI, AA, DT, AC, ORE});