Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12978 SmallVector<const SDNode *> StartFrom; in copyExtraInfo() local
12979 std::swap(StartFrom, Leafs); in copyExtraInfo()
12980 for (const SDNode *N : StartFrom) in copyExtraInfo()