LLVM  8.0.1
Namespaces | Functions
LiveRangeUtils.h File Reference
#include "llvm/CodeGen/LiveInterval.h"
Include dependency graph for LiveRangeUtils.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.
 

Functions

template<typename LiveRangeT , typename EqClassesT >
static void llvm::DistributeRange (LiveRangeT &LR, LiveRangeT *SplitLRs[], EqClassesT VNIClasses)
 Helper function that distributes live range value numbers and the corresponding segments of a master live range LR to a list of newly created live ranges SplitLRs. More...