Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp635 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers() local
666 NumEndLifetimes[Slot] += 1; in collectMarkers()
703 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1) in collectMarkers()