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