Searched defs:AllPairConnectionTypes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp725 DenseMap<VPPair, unsigned> AllPairConnectionTypes; local
808 AllPairConnectionTypes.insert(*K);
812 AllPairConnectionTypes.insert(*K);
822 if (AllPairConnectionTypes.count(VPPair(I->first, *J))) {
839 AllPairConnectionTypes,

Completed in 53 milliseconds