Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp40 typedef SmallVector<std::pair<Instruction *, ValueVector *>, 16> GatherList; typedef
174 GatherList Gathered;
309 Gathered.push_back(GatherList::value_type(Op, &SV)); in gather()
641 for (GatherList::iterator GMI = Gathered.begin(), GME = Gathered.end(); in finish()