Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6862 VPBasicBlock *PreEntry = cast<VPBasicBlock>(Plan->getEntry()); in buildVPlanWithVPRecipes() local
6863 assert(PreEntry->empty() && "Expecting empty pre-entry block."); in buildVPlanWithVPRecipes()
6864 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
6865 VPBlockUtils::disconnectBlocks(PreEntry, Entry); in buildVPlanWithVPRecipes()
6866 delete PreEntry; in buildVPlanWithVPRecipes()