We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dd59d commit 9256b8cCopy full SHA for 9256b8c
llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
@@ -19,6 +19,7 @@
19
#include "llvm/ADT/DenseMap.h"
20
#include "llvm/Analysis/ScalarEvolution.h"
21
#include "llvm/IR/InstVisitor.h"
22
+#include "llvm/Support/Compiler.h"
23
24
// This class is used to get an estimate of the optimization effects that we
25
// could get from complete loop unrolling. It comes from the fact that some
llvm/include/llvm/Analysis/Passes.h
@@ -14,6 +14,8 @@
14
#ifndef LLVM_ANALYSIS_PASSES_H
15
#define LLVM_ANALYSIS_PASSES_H
16
17
18
+
namespace llvm {
class FunctionPass;
class ImmutablePass;
0 commit comments