Searched refs:InLookAheadValues (Results 1 – 1 of 1) sorted by relevance
1032 SmallDenseMap<Value *, int> InLookAheadValues; member in llvm::slpvectorizer::BoUpSLP::VLOperands1066 auto It2 = InLookAheadValues.find(U); in getExternalUsesCost()1067 if (It2 != InLookAheadValues.end()) { in getExternalUsesCost()1131 InLookAheadValues[V1] = Lane1; in getScoreAtLevelRec()1132 InLookAheadValues[V2] = Lane2; in getScoreAtLevelRec()1182 InLookAheadValues.clear(); in getLookAheadScore()