Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1435 int ShallowScoreAtThisLevel = in getScoreAtLevelRec() local
1447 ShallowScoreAtThisLevel == LookAheadHeuristics::ScoreFail || in getScoreAtLevelRec()
1451 ShallowScoreAtThisLevel)) in getScoreAtLevelRec()
1452 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()
1491 ShallowScoreAtThisLevel += MaxTmpScore; in getScoreAtLevelRec()
1494 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()