Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2979 BasicBlock *VectorPH = OrigLoop->getLoopPreheader(); in createEmptyLoop() local
2981 assert(VectorPH && "Invalid loop structure"); in createEmptyLoop()
3000 VectorPH->splitBasicBlock(VectorPH->getTerminator(), "vector.body"); in createEmptyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2826 BasicBlock *VectorPH = OrigLoop->getLoopPreheader(); in createVectorizedLoopSkeleton() local
2828 assert(VectorPH && "Invalid loop structure"); in createVectorizedLoopSkeleton()
2847 VectorPH->splitBasicBlock(VectorPH->getTerminator(), "vector.body"); in createVectorizedLoopSkeleton()