Searched refs:VectorPH (Results 1 – 2 of 2) sorted by relevance
2979 BasicBlock *VectorPH = OrigLoop->getLoopPreheader(); in createEmptyLoop() local2981 assert(VectorPH && "Invalid loop structure"); in createEmptyLoop()3000 VectorPH->splitBasicBlock(VectorPH->getTerminator(), "vector.body"); in createEmptyLoop()
2826 BasicBlock *VectorPH = OrigLoop->getLoopPreheader(); in createVectorizedLoopSkeleton() local2828 assert(VectorPH && "Invalid loop structure"); in createVectorizedLoopSkeleton()2847 VectorPH->splitBasicBlock(VectorPH->getTerminator(), "vector.body"); in createVectorizedLoopSkeleton()