Searched refs:VectorLoop (Results 1 – 3 of 3) sorted by relevance
695 auto VectorLoop = LI->AllocateLoop(); in expandFindMismatch() local703 CurLoop->getParentLoop()->addChildLoop(VectorLoop); in expandFindMismatch()708 LI->addTopLevelLoop(VectorLoop); in expandFindMismatch()713 VectorLoop->addBasicBlockToLoop(VectorLoopStartBlock, *LI); in expandFindMismatch()714 VectorLoop->addBasicBlockToLoop(VectorLoopIncBlock, *LI); in expandFindMismatch()875 VectorLoop->verifyLoop(); in expandFindMismatch()876 if (!VectorLoop->isRecursivelyLCSSAForm(*DT, *LI)) in expandFindMismatch()
3152 VPRegionBlock *VectorLoop = Plan.getVectorLoopRegion(); in narrowInterleaveGroups() local3153 if (VF.isScalable() || !VectorLoop) in narrowInterleaveGroups()3162 for (auto &R : *VectorLoop->getEntryBasicBlock()) { in narrowInterleaveGroups()
2694 Loop *VectorLoop = LI->getLoopFor(HeaderBB); in fixVectorizedLoop() local2697 setProfileInfoAfterUnrolling(OrigLoop, VectorLoop, OrigLoop, EstimatedVFxUF); in fixVectorizedLoop()9743 VPRegionBlock *VectorLoop = Plan.getVectorLoopRegion(); in preparePlanForEpilogueVectorLoop() local9744 VPBasicBlock *Header = VectorLoop->getEntryBasicBlock(); in preparePlanForEpilogueVectorLoop()