LLVM: include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PackReuse.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12#ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_PACKREUSE_H
13#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_PACKREUSE_H
14
18
20
21
22
23
24
25
27 bool Change = false;
28
29public:
32};
33
34}
35
36#endif
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
bool runOnRegion(Region &Rgn, const Analyses &A) final
\Returns true if it modifies R.
PackReuse()
Definition PackReuse.h:30
RegionPass(StringRef Name)
Name can't contain any spaces or start with '-'.
The main job of the Region is to point to new instructions generated by vectorization passes.