Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp632 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers() local
662 NumStartLifetimes[Slot] += 1; in collectMarkers()
702 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1) in collectMarkers()