Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp498 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers() local
530 NumEndLifetimes[Slot] += 1; in collectMarkers()
567 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1) in collectMarkers()
/external/llvm-project/llvm/lib/CodeGen/
DStackColoring.cpp670 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers() local
702 NumEndLifetimes[Slot] += 1; in collectMarkers()
747 if (NumStartLifetimes[slot] > 1 || NumEndLifetimes[slot] > 1 || in collectMarkers()
/external/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()