File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
llvm/include/llvm/Analysis Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
18
18
#include " llvm/ADT/DenseMapInfo.h"
19
19
#include " llvm/ADT/Optional.h"
20
- #include " llvm/IR/Instructions .h"
20
+ #include " llvm/IR/Instruction .h"
21
21
#include " llvm/IR/Metadata.h"
22
22
#include " llvm/Support/TypeSize.h"
23
23
24
24
namespace llvm {
25
25
26
+ class CallBase ;
26
27
class LoadInst ;
27
28
class StoreInst ;
28
29
class MemTransferInst ;
29
30
class MemIntrinsic ;
31
+ class AtomicCmpXchgInst ;
30
32
class AtomicMemTransferInst ;
31
33
class AtomicMemIntrinsic ;
34
+ class AtomicRMWInst ;
32
35
class AnyMemTransferInst ;
33
36
class AnyMemIntrinsic ;
34
37
class TargetLibraryInfo ;
38
+ class VAArgInst ;
35
39
36
40
// Represents the size of a MemoryLocation. Logically, it's an
37
41
// Optional<uint63_t> that also carries a bit to represent whether the integer
You can’t perform that action at this time.
0 commit comments