Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp231 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() function
4703 (S.getOpcode() && allSameBlock(VL)) || in buildTree_rec()
4792 if (AreAllSameInsts && !(S.getOpcode() && allSameBlock(VL)) && in buildTree_rec()
6001 !VectorizedLoads.count(Slice.back()) && allSameBlock(Slice)) { in getEntryCost()
6097 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()