LLVM 20.0.0git
|
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h"
#include <queue>
Go to the source code of this file.
Classes | |
class | llvm::sandboxir::PriorityCmp |
class | llvm::sandboxir::ReadyListContainer |
The list holding nodes that are ready to schedule. Used by the scheduler. More... | |
class | llvm::sandboxir::SchedBundle |
The nodes that need to be scheduled back-to-back in a single scheduling cycle form a SchedBundle. More... | |
class | llvm::sandboxir::Scheduler |
The list scheduler. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |