Searched refs:InLookAheadValues (Results 1 – 1 of 1) sorted by relevance
1028 SmallDenseMap<Value *, int> InLookAheadValues; member in llvm::slpvectorizer::BoUpSLP::VLOperands1062 auto It2 = InLookAheadValues.find(U); in getExternalUsesCost()1063 if (It2 != InLookAheadValues.end()) { in getExternalUsesCost()1127 InLookAheadValues[V1] = Lane1; in getScoreAtLevelRec()1128 InLookAheadValues[V2] = Lane2; in getScoreAtLevelRec()1178 InLookAheadValues.clear(); in getLookAheadScore()