Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp650 bool shouldScalarizeInstruction(Instruction *I) const;
2360 bool InnerLoopVectorizer::shouldScalarizeInstruction(Instruction *I) const { in shouldScalarizeInstruction() function in InnerLoopVectorizer
2366 if (shouldScalarizeInstruction(IV)) in needsScalarInduction()
2370 return (OrigLoop->contains(I) && shouldScalarizeInstruction(I)); in needsScalarInduction()
2502 if (!shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()