llvm/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp

//===- SeedCollector.cpp  -0000000-----------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/LoopAccessAnalysis.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Type.h"
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/SandboxIR/Utils.h"
#include "llvm/Support/Debug.h"

usingnamespacellvm;
namespace llvm::sandboxir {

MutableArrayRef<Instruction *> SeedBundle::getSlice(unsigned StartIdx,
                                                    unsigned MaxVecRegBits,
                                                    bool ForcePowerOf2) {}

} // namespace llvm::sandboxir