Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18181 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in combineInsertEltToShuffle() local
18182 ArgWorkList.emplace_back(Mask.size(), Y); in combineInsertEltToShuffle()
18183 ArgWorkList.emplace_back(0, X); in combineInsertEltToShuffle()
18185 while (!ArgWorkList.empty()) { in combineInsertEltToShuffle()
18188 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in combineInsertEltToShuffle()
18202 ArgWorkList.emplace_back(CurrentArgOffset, Op); in combineInsertEltToShuffle()