Home
last modified time | relevance | path

Searched refs:tryVectorize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.h95 bool tryVectorize(ArrayRef<Value *> Seeds, LegalityAnalysis &Legality);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DBottomUpVec.cpp482 bool BottomUpVec::tryVectorize(ArrayRef<Value *> Bndl, in tryVectorize() function in llvm::sandboxir::BottomUpVec
514 return tryVectorize(SeedSliceVals, Legality); in runOnRegion()