Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2223 DenseMap<Value *, std::vector<Value *> > CandidatePairs2; in choosePairs() local
2226 std::vector<Value *> &JJ = CandidatePairs2[I->second]; in choosePairs()
2281 std::vector<Value *> &LL = CandidatePairs2[S->second]; in choosePairs()
2297 std::vector<Value *> &NN = CandidatePairs2[S->first]; in choosePairs()