LLVM 22.0.0git
SeedCollector.h File Reference
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/SandboxIR/Utils.h"
#include "llvm/SandboxIR/Value.h"
#include "llvm/Support/Compiler.h"
#include <iterator>
#include <memory>

Go to the source code of this file.

Classes

class  llvm::sandboxir::SeedBundle
 A set of candidate Instructions for vectorizing together. More...
class  llvm::sandboxir::MemSeedBundle< LoadOrStoreT >
 Specialization of SeedBundle for memory access instructions. More...
class  llvm::sandboxir::SeedContainer
 Class to conveniently track Seeds within SeedBundles. More...
class  llvm::sandboxir::SeedContainer::iterator
class  llvm::sandboxir::SeedCollector

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::sandboxir

Typedefs

using llvm::sandboxir::StoreSeedBundle = MemSeedBundle<sandboxir::StoreInst>
using llvm::sandboxir::LoadSeedBundle = MemSeedBundle<sandboxir::LoadInst>