Home | History | Annotate | Download | only in Scalar

Lines Matching full:sparse

1 //===- SCCP.cpp - Sparse Conditional Constant Propagation -----------------===//
10 // This file implements sparse conditional constant propagation and merging:
154 /// SCCPSolver - This class is a general purpose solver for Sparse Conditional
1512 /// Sparse Conditional Constant Propagator.
1524 // runOnFunction - Run the Sparse Conditional Constant Propagation
1533 "Sparse Conditional Constant Propagation", false, false)
1565 // runOnFunction() - Run the Sparse Conditional Constant Propagation algorithm,
1644 /// IPSCCP Class - This class implements interprocedural Sparse Conditional
1661 "Interprocedural Sparse Conditional Constant Propagation",
1665 "Interprocedural Sparse Conditional Constant Propagation",