Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1559 bool AlsoPack; variable
1572 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
1591 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
1601 bool isPacked() const { return AlsoPack; } in isPacked()
H A DVPlanRecipes.cpp864 if (AlsoPack) in print()
H A DLoopVectorize.cpp9550 if (AlsoPack && State.VF.isVector()) { in execute()