Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9193 auto *SplitPred = SplitBlock->getSinglePredecessor(); in buildVPlanWithVPRecipes() local
9195 VPBlockUtils::disconnectBlocks(SplitPred, SplitBlock); in buildVPlanWithVPRecipes()
9196 VPBlockUtils::connectBlocks(SplitPred, SinkRegion); in buildVPlanWithVPRecipes()
9198 if (VPBB == SplitPred) in buildVPlanWithVPRecipes()