Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp360 auto *PreheaderVPBB = Preds[0]; in canonicalHeaderAndLatch() local
362 if (!VPDT.dominates(PreheaderVPBB, HeaderVPB) || in canonicalHeaderAndLatch()
364 std::swap(PreheaderVPBB, LatchVPBB); in canonicalHeaderAndLatch()
366 if (!VPDT.dominates(PreheaderVPBB, HeaderVPB) || in canonicalHeaderAndLatch()
402 auto *PreheaderVPBB = HeaderVPB->getPredecessors()[0]; in createLoopRegion() local
405 VPBlockUtils::disconnectBlocks(PreheaderVPBB, HeaderVPB); in createLoopRegion()
417 VPBlockUtils::connectBlocks(PreheaderVPBB, R); in createLoopRegion()