Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h248 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node; in unionSets() local
249 L1LV.getEndOfList()->setNext(&L2LV); in unionSets()
252 L1LV.Leader = L2LV.getEndOfList(); in unionSets()
255 L2LV.Next = L2LV.getNext(); in unionSets()
258 L2LV.Leader = &L1LV; in unionSets()