Searched refs:WidePHI (Results 1 – 2 of 2) sorted by relevance
2639 auto *WidePHI = new VPWidenPHIRecipe(WidenIVR->getPHINode(), nullptr, in expandVPWidenIntOrFpInduction() local2641 WidePHI->addOperand(Init); in expandVPWidenIntOrFpInduction()2642 WidePHI->insertBefore(WidenIVR); in expandVPWidenIntOrFpInduction()2665 Prev = WidePHI; in expandVPWidenIntOrFpInduction()2673 WidePHI->addOperand(Next); in expandVPWidenIntOrFpInduction()2675 WidenIVR->replaceAllUsesWith(WidePHI); in expandVPWidenIntOrFpInduction()
2278 PHINode *WidePHI = Widener.createWideIV(Rewriter); in createWideIV() local2281 return WidePHI; in createWideIV()