Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp497 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers() local
527 NumStartLifetimes[Slot] += 1; in collectMarkers()
567 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1) in collectMarkers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp634 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers() local
663 NumStartLifetimes[Slot] += 1; in collectMarkers()
703 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1) in collectMarkers()