Searched refs:PreEntry (Results 1 – 1 of 1) sorted by relevance
9293 VPBasicBlock *PreEntry = cast<VPBasicBlock>(Plan->getEntry()); in buildVPlanWithVPRecipes() local9294 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()