Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2639 auto *WidePHI = new VPWidenPHIRecipe(WidenIVR->getPHINode(), nullptr, in expandVPWidenIntOrFpInduction() local
2641 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp2278 PHINode *WidePHI = Widener.createWideIV(Rewriter); in createWideIV() local
2281 return WidePHI; in createWideIV()