Home
last modified time | relevance | path

Searched refs:AnalysisLevel (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/include/polly/
DDependenceInfo.h40 enum AnalysisLevel { enum
136 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);
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h93 int AnalysisLevel; member
111 AnalysisLevel(-1), in CUpdateOptions()
D7zUpdate.cpp1751 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()
D7zHandlerOut.cpp623 options.AnalysisLevel = GetAnalysisLevel(); in UpdateItems()
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp71 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()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer.py32 class AnalysisLevel(enum.IntEnum): class