Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp89 using GatherList = SmallVector<std::pair<Instruction *, ValueVector *>, 16>; typedef
248 GatherList Gathered;
443 Gathered.push_back(GatherList::value_type(Op, &SV)); in gather()