Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp610 bool areAllUsersVectorized(Instruction *I) const;
2046 bool BoUpSLP::areAllUsersVectorized(Instruction *I) const { in areAllUsersVectorized() function in BoUpSLP
2093 if (areAllUsersVectorized(cast<Instruction>(V)) && in getEntryCost()
2157 if (areAllUsersVectorized(E)) { in getEntryCost()