Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp935 int ShallowScoreAtThisLevel = in getScoreAtLevelRec() local
948 ShallowScoreAtThisLevel == VLOperands::ScoreFail || in getScoreAtLevelRec()
949 (isa<LoadInst>(I1) && isa<LoadInst>(I2) && ShallowScoreAtThisLevel)) in getScoreAtLevelRec()
950 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()
992 ShallowScoreAtThisLevel += MaxTmpScore; in getScoreAtLevelRec()
995 return ShallowScoreAtThisLevel; in getScoreAtLevelRec()