LLVM: include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.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_NULLPASS_H

13#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_NULLPASS_H

14

16

18

20

21

27

28}

29

30#endif

static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")

bool runOnRegion(Region &R, const Analyses &A) final

\Returns true if it modifies R.

Definition NullPass.h:25

NullPass()

Definition NullPass.h:24

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.