LLVM  8.0.1
Namespaces | Functions
ReductionRules.h File Reference
#include "Graph.h"
#include "Math.h"
#include "Solution.h"
#include <cassert>
#include <limits>
Include dependency graph for ReductionRules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::PBQP
 

Functions

template<typename GraphT >
void llvm::PBQP::applyR1 (GraphT &G, typename GraphT::NodeId NId)
 Reduce a node of degree one. More...
 
template<typename GraphT >
void llvm::PBQP::applyR2 (GraphT &G, typename GraphT::NodeId NId)
 
template<typename VectorT >
bool llvm::PBQP::hasRegisterOptions (const VectorT &V)
 
template<typename GraphT , typename StackT >
Solution llvm::PBQP::backpropagate (GraphT &G, StackT stack)