Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9135 VPBasicBlock *PreEntry = cast<VPBasicBlock>(Plan->getEntry()); in buildVPlanWithVPRecipes() local
9136 assert(PreEntry->empty() && "Expecting empty pre-entry block."); in buildVPlanWithVPRecipes()
9137 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
9138 VPBlockUtils::disconnectBlocks(PreEntry, Entry); in buildVPlanWithVPRecipes()
9139 delete PreEntry; in buildVPlanWithVPRecipes()