Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2168 BasicBlock *VectorPH = in createEmptyLoop() local
2171 VectorPH->splitBasicBlock(VectorPH->getTerminator(), "vector.body"); in createEmptyLoop()
2186 ParentLoop->addBasicBlockToLoop(VectorPH, *LI); in createEmptyLoop()
2306 BranchInst::Create(MiddleBlock, VectorPH, Cmp, in createEmptyLoop()
2448 Induction->addIncoming(StartIdx, VectorPH); in createEmptyLoop()
2461 LoopVectorPreHeader = VectorPH; in createEmptyLoop()