|
LLVM 24.0.0git
|
#include "llvm/Analysis/MLModelRunner.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/SlotIndexes.h"#include "llvm/Support/Compiler.h"#include <map>Go to the source code of this file.
Classes | |
| struct | llvm::LRStartEndInfo |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Variables | |
| static const int64_t | llvm::MaxInterferences = 32 |
| static const int64_t | llvm::CandidateVirtRegPos = MaxInterferences |
| static const int64_t | llvm::NumberOfInterferences = CandidateVirtRegPos + 1 |
| static const int | llvm::ModelMaxSupportedInstructionCount = 300 |
| static const std::vector< int64_t > | llvm::InstructionsShape |
| static const std::vector< int64_t > | llvm::InstructionsMappingShape |
| static const int64_t | llvm::ModelMaxSupportedMBBCount = 100 |
| static const std::vector< int64_t > | llvm::MBBFrequencyShape |