1#ifndef PARTITION_LOOPS_H
2#define PARTITION_LOOPS_H
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt partition_loops(Stmt s)
Partitions loop bodies into a prologue, a steady state, and an epilogue.
bool has_likely_tag(const Expr &e)
Return true if an expression uses a likely tag.
bool has_uncaptured_likely_tag(const Expr &e)
Return true if an expression uses a likely tag that isn't captured by an enclosing Select,...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Expr cast(Expr a)
Cast an expression to the halide type corresponding to the C++ type T.
A fragment of Halide syntax.
A reference-counted handle to a statement node.