|
LLVM 22.0.0git
|
#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/LiveIntervalCalc.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/SlotIndexes.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 | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |