Searched refs:costThreshold (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.h70 bool vectorizeStores(ArrayRef<StoreInst *> Stores, int costThreshold);
H A DVecUtils.cpp133 bool BoUpSLP::vectorizeStores(ArrayRef<StoreInst *> Stores, int costThreshold) { argument
170 bool Vectorized = vectorizeStoreChain(Operands, costThreshold);

Completed in 119 milliseconds