Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp119 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { in getSameBlock() function
617 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || in buildTree_rec()
973 assert(getSameOpcode(VL) && getSameType(VL) && getSameBlock(VL) && in getEntryCost()
1239 assert(BB == getSameBlock(VL) && BlocksNumbers.count(BB) && "Invalid block"); in getLastIndex()
1250 assert(BB == getSameBlock(VL) && BlocksNumbers.count(BB) && "Invalid block"); in getLastInstruction()