Home
last modified time | relevance | path

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

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