|
LLVM 22.0.0git
|
#include "InterferenceCache.h"#include "RegAllocBase.h"#include "SplitKit.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/IndexedMap.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/CalcSpillWeights.h"#include "llvm/CodeGen/LiveDebugVariables.h"#include "llvm/CodeGen/LiveInterval.h"#include "llvm/CodeGen/LiveRangeEdit.h"#include "llvm/CodeGen/LiveStacks.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/RegAllocEvictionAdvisor.h"#include "llvm/CodeGen/RegAllocPriorityAdvisor.h"#include "llvm/CodeGen/RegisterClassInfo.h"#include "llvm/CodeGen/SpillPlacement.h"#include "llvm/CodeGen/Spiller.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include <algorithm>#include <cstdint>#include <memory>#include <queue>#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::RAGreedy |
| class | llvm::RAGreedy::ExtraRegInfo |
| Track allocation stage and eviction loop prevention during allocation. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |