|
LLVM
4.0.0
|
#include "llvm/CodeGen/LiveInterval.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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... | |
1.8.6