Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1453 auto *EVLPhi = new VPEVLBasedIVPHIRecipe(StartV, DebugLoc()); in tryAddExplicitVectorLength() local
1454 EVLPhi->insertAfter(CanonicalIVPHI); in tryAddExplicitVectorLength()
1456 {EVLPhi, Plan.getTripCount()}); in tryAddExplicitVectorLength()
1470 new VPInstruction(Instruction::Add, {OpVPEVL, EVLPhi}, in tryAddExplicitVectorLength()
1475 EVLPhi->addOperand(NextEVLIV); in tryAddExplicitVectorLength()
1521 CanonicalIVPHI->replaceAllUsesWith(EVLPhi); in tryAddExplicitVectorLength()