Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp379 VectorParts createBlockInMask(BasicBlock *BB);
2447 VectorParts Mask = createBlockInMask(Instr->getParent()); in vectorizeMemoryInstruction()
3553 VectorParts SrcMask = createBlockInMask(Src); in createEdgeMask()
3578 InnerLoopVectorizer::createBlockInMask(BasicBlock *BB) { in createBlockInMask() function in InnerLoopVectorizer