Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1501 bool AlsoPack; variable
1514 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
1526 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
1536 bool isPacked() const { return AlsoPack; } in isPacked()
H A DVPlanRecipes.cpp935 if (AlsoPack) in print()
H A DLoopVectorize.cpp9651 if (AlsoPack && State.VF.isVector()) { in execute()