LLVM
8.0.1
|
#include "llvm/CodeGen/LiveInterval.h"
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... | |