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.cpp21841 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in mergeEltWithShuffle() local
21842 ArgWorkList.emplace_back(Mask.size(), Y); in mergeEltWithShuffle()
21843 ArgWorkList.emplace_back(0, X); in mergeEltWithShuffle()
21845 while (!ArgWorkList.empty()) { in mergeEltWithShuffle()
21848 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in mergeEltWithShuffle()
21862 ArgWorkList.emplace_back(CurrentArgOffset, Op); in mergeEltWithShuffle()