Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1551 bool areAllUsersVectorized(Instruction *I) const;
3501 bool BoUpSLP::areAllUsersVectorized(Instruction *I) const { in areAllUsersVectorized() function in BoUpSLP
3630 if (IsGather && (!areAllUsersVectorized(cast<Instruction>(V)) || in getEntryCost()