Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h227 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node; in unionSets() local
228 L1LV.getEndOfList()->setNext(&L2LV); in unionSets()
231 L1LV.Leader = L2LV.getEndOfList(); in unionSets()
234 L2LV.Next = L2LV.getNext(); in unionSets()
237 L2LV.Leader = &L1LV; in unionSets()