Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9293 VPBasicBlock *PreEntry = cast<VPBasicBlock>(Plan->getEntry()); in buildVPlanWithVPRecipes() local
9294 assert(PreEntry->empty() && "Expecting empty pre-entry block."); in buildVPlanWithVPRecipes()
9295 VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor()); in buildVPlanWithVPRecipes()
9296 VPBlockUtils::disconnectBlocks(PreEntry, Entry); in buildVPlanWithVPRecipes()
9297 delete PreEntry; in buildVPlanWithVPRecipes()