LLVM 19.0.0git
Namespaces | Functions
ReductionRules.h File Reference
#include "Graph.h"
#include "Math.h"
#include "Solution.h"
#include <cassert>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::PBQP
 

Functions

template<typename GraphT >
void llvm::PBQP::applyR1 (GraphT &G, typename GraphT::NodeId NId)
 Reduce a node of degree one.
 
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)