1#ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_PRINTREGION_H
2#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_PASSES_PRINTREGION_H
13 assert(AuxArg.
empty() &&
"This pass ignores aux arg!");
18 OS <<
"-- Region --\n";
23 OS <<
"Region dump only available in DEBUG build!";
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
Represent a constant reference to a string, i.e.
constexpr bool empty() const
Check if the string is empty.
This class implements an extremely fast bulk output stream that can only output to a stream.
bool runOnRegion(Region &R, const Analyses &A) final
\Returns true if it modifies R.
PrintRegion(StringRef AuxArg)
RegionPass(StringRef Name)
Name can't contain any spaces or start with '-'.
LLVM_ABI raw_fd_ostream & outs()
This returns a reference to a raw_fd_ostream for standard output.