llvm::sandboxir::NullPass::runOnRegion

Run on region R; always a no-op.

Synopsis

Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h>

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

Return Value

False; this pass never modifies the IR.

Parameters

NameDescription
RRegion to transform.
AAnalyses available to the pass.