Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1032 } BestOp; in getBestOperand() local
1061 if (Score > BestOp.Score) { in getBestOperand()
1062 BestOp.Idx = Idx; in getBestOperand()
1063 BestOp.Score = Score; in getBestOperand()
1069 BestOp.Idx = Idx; in getBestOperand()
1076 if (BestOp.Idx) { in getBestOperand()
1077 getData(BestOp.Idx.getValue(), Lane).IsUsed = true; in getBestOperand()
1078 return BestOp.Idx; in getBestOperand()