Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1112 int ShallowScoreAtThisLevel = in getScoreAtLevelRec() local
1125 ShallowScoreAtThisLevel == VLOperands::ScoreFail || in getScoreAtLevelRec()
1126 (isa<LoadInst>(I1) && isa<LoadInst>(I2) && ShallowScoreAtThisLevel)) in getScoreAtLevelRec()
1127 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()
1169 ShallowScoreAtThisLevel += MaxTmpScore; in getScoreAtLevelRec()
1172 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()