Searched refs:AnalysisLevel (Results 1 – 6 of 6) sorted by relevance
40 enum AnalysisLevel { enum136 AnalysisLevel getDependenceLevel() { return Level; } in getDependenceLevel()153 AnalysisLevel Level) in Dependences()189 const AnalysisLevel Level;204 const Dependences &getDependences(Dependences::AnalysisLevel Level);207 const Dependences &recomputeDependences(Dependences::AnalysisLevel Level);236 const Dependences &getDependences(Dependences::AnalysisLevel Level);239 const Dependences &recomputeDependences(Dependences::AnalysisLevel Level);278 const Dependences &getDependences(Scop *S, Dependences::AnalysisLevel Level);282 Dependences::AnalysisLevel Level);
93 int AnalysisLevel; member111 AnalysisLevel(-1), in CUpdateOptions()
1751 if (options.AnalysisLevel == 0) in Update()1760 if (options.AnalysisLevel > 0) in Update()1763 if (options.AnalysisLevel >= 7) in Update()1766 if (options.AnalysisLevel >= 9) in Update()
623 options.AnalysisLevel = GetAnalysisLevel(); in UpdateItems()
71 static cl::opt<Dependences::AnalysisLevel> OptAnalysisLevel(102 Dependences::AnalysisLevel TagLevel) { in tag()118 Dependences::AnalysisLevel Level) { in collectInfo()818 DependenceAnalysis::Result::getDependences(Dependences::AnalysisLevel Level) { in getDependences()826 Dependences::AnalysisLevel Level) { in recomputeDependences()860 DependenceInfo::getDependences(Dependences::AnalysisLevel Level) { in getDependences()868 DependenceInfo::recomputeDependences(Dependences::AnalysisLevel Level) { in recomputeDependences()911 Dependences::AnalysisLevel Level) { in getDependences()922 Scop *S, Dependences::AnalysisLevel Level) { in recomputeDependences()
32 class AnalysisLevel(enum.IntEnum): class