Home
last modified time | relevance | path

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

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