Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1013 if (auto *PredPHI = dyn_cast<VPPredInstPHIRecipe>(&R)) { in simplifyRecipe() local
1014 VPValue *Op = PredPHI->getOperand(0); in simplifyRecipe()
1016 PredPHI->replaceAllUsesWith(Op); in simplifyRecipe()