LLVM
8.0.1
|
#include "LiveRangeCalc.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/Support/Compiler.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::InsertPointAnalysis |
Determines the latest safe point in a block in which we can insert a split, spill or other instruction related with CurLI. More... | |
class | llvm::SplitAnalysis |
SplitAnalysis - Analyze a LiveInterval, looking for live range splitting opportunities. More... | |
struct | llvm::SplitAnalysis::BlockInfo |
Additional information about basic blocks where the current variable is live. More... | |
class | llvm::SplitEditor |
SplitEditor - Edit machine code and LiveIntervals for live range splitting. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |