File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 15
15
#define LLVM_ANALYSIS_LOOPACCESSANALYSIS_H
16
16
17
17
#include " llvm/ADT/EquivalenceClasses.h"
18
- #include " llvm/ADT/Optional.h"
19
- #include " llvm/ADT/SetVector.h"
20
18
#include " llvm/Analysis/AliasAnalysis.h"
21
- #include " llvm/Analysis/AliasSetTracker.h"
22
19
#include " llvm/Analysis/LoopAnalysisManager.h"
23
- #include " llvm/Analysis/ScalarEvolutionExpressions.h"
24
20
#include " llvm/IR/DiagnosticInfo.h"
25
- #include " llvm/IR/ValueHandle.h"
26
21
#include " llvm/Pass.h"
27
- #include " llvm/Support/raw_ostream.h"
28
22
29
23
namespace llvm {
30
24
@@ -36,6 +30,7 @@ class SCEV;
36
30
class SCEVUnionPredicate ;
37
31
class LoopAccessInfo ;
38
32
class OptimizationRemarkEmitter ;
33
+ class raw_osstream ;
39
34
40
35
// / Collection of parameters shared beetween the Loop Vectorizer and the
41
36
// / Loop Access Analysis.
You can’t perform that action at this time.
0 commit comments