Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp346 DenseSet<ValuePair> &BestDAG, size_t &BestMaxDepth,
1840 DenseSet<ValuePair> &BestDAG, size_t &BestMaxDepth, in findBestDAGFor() argument
2202 BestDAG = PrunedDAG; in findBestDAGFor()
2244 DenseSet<ValuePair> BestDAG; in choosePairs() local
2251 BestDAG, BestMaxDepth, BestEffSize, *I, JJ, in choosePairs()
2254 if (BestDAG.empty()) in choosePairs()
2264 for (DenseSet<ValuePair>::iterator S = BestDAG.begin(), in choosePairs()
2265 SE2 = BestDAG.end(); S != SE2; ++S) { in choosePairs()