Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp697 if (WidenPhi->onlyScalarsGenerated(State->VF)) in execute()
H A DVPlanRecipes.cpp1072 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(ElementCount VF) { in onlyScalarsGenerated() function in VPWidenPointerInductionRecipe
H A DVPlan.h1194 bool onlyScalarsGenerated(ElementCount VF);
H A DLoopVectorize.cpp9462 if (onlyScalarsGenerated(State.VF)) { in execute()