Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp115 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) { in getSameBlock() function
1005 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) { in buildTree_rec()
1551 assert(Opcode && getSameType(VL) && getSameBlock(VL) && "Invalid VL"); in getEntryCost()