Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp174 GatherList Gathered; member in __anon836fb3250111::Scalarizer
256 assert(Gathered.empty() && Scattered.empty()); in runOnFunction()
315 Gathered.push_back(GatherList::value_type(Op, &SV)); in gather()
647 if (Gathered.empty() && Scattered.empty()) in finish()
649 for (GatherList::iterator GMI = Gathered.begin(), GME = Gathered.end(); in finish()
671 Gathered.clear(); in finish()