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.cpp13927 SmallVector<const SDNode *> StartFrom; in copyExtraInfo() local
13928 std::swap(StartFrom, Leafs); in copyExtraInfo()
13929 for (const SDNode *N : StartFrom) in copyExtraInfo()