Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp205 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() function
2703 if (allConstant(VL) || isSplat(VL) || !allSameBlock(VL) || !S.getOpcode()) { in buildTree_rec()
3781 allSameBlock(VL) && in getEntryCost()
3829 assert(E->getOpcode() && allSameType(VL) && allSameBlock(VL) && "Invalid VL"); in getEntryCost()