Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp367 VectorParts createBlockInMask(BasicBlock *BB);
2533 VectorParts Mask = createBlockInMask(Instr->getParent()); in vectorizeMemoryInstruction()
3910 VectorParts SrcMask = createBlockInMask(Src); in createEdgeMask()
3935 InnerLoopVectorizer::createBlockInMask(BasicBlock *BB) { in createBlockInMask() function in InnerLoopVectorizer