Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20051 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in mergeEltWithShuffle() local
20052 ArgWorkList.emplace_back(Mask.size(), Y); in mergeEltWithShuffle()
20053 ArgWorkList.emplace_back(0, X); in mergeEltWithShuffle()
20055 while (!ArgWorkList.empty()) { in mergeEltWithShuffle()
20058 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in mergeEltWithShuffle()
20072 ArgWorkList.emplace_back(CurrentArgOffset, Op); in mergeEltWithShuffle()