Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22898 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in mergeEltWithShuffle() local
22899 ArgWorkList.emplace_back(Mask.size(), Y); in mergeEltWithShuffle()
22900 ArgWorkList.emplace_back(0, X); in mergeEltWithShuffle()
22902 while (!ArgWorkList.empty()) { in mergeEltWithShuffle()
22905 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in mergeEltWithShuffle()
22919 ArgWorkList.emplace_back(CurrentArgOffset, Op); in mergeEltWithShuffle()