Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1108 int ShallowScoreAtThisLevel = in getScoreAtLevelRec() local
1121 ShallowScoreAtThisLevel == VLOperands::ScoreFail || in getScoreAtLevelRec()
1122 (isa<LoadInst>(I1) && isa<LoadInst>(I2) && ShallowScoreAtThisLevel)) in getScoreAtLevelRec()
1123 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()
1165 ShallowScoreAtThisLevel += MaxTmpScore; in getScoreAtLevelRec()
1168 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()