Halide
PartitionLoops.h File Reference
#include "Expr.h"

Go to the source code of this file.

Namespaces

 Halide
 This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
 
 Halide::Internal
 

Functions

bool Halide::Internal::has_uncaptured_likely_tag (const Expr &e)
 Return true if an expression uses a likely tag that isn't captured by an enclosing Select, Min, or Max. More...
 
bool Halide::Internal::has_likely_tag (const Expr &e)
 Return true if an expression uses a likely tag. More...
 
Stmt Halide::Internal::partition_loops (Stmt s)
 Partitions loop bodies into a prologue, a steady state, and an epilogue. More...
 

Detailed Description

Defines a lowering pass that partitions loop bodies into three to handle boundary conditions: A prologue, a simplified steady-stage, and an epilogue.

Definition in file PartitionLoops.h.