Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp489 unsigned MarkersFound = 0; in collectMarkers() local
543 MarkersFound += 1; in collectMarkers()
560 if (!MarkersFound) { in collectMarkers()
621 NumMarkerSeen += MarkersFound; in collectMarkers()
622 return MarkersFound; in collectMarkers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp626 unsigned MarkersFound = 0; in collectMarkers() local
679 MarkersFound += 1; in collectMarkers()
696 if (!MarkersFound) { in collectMarkers()
757 NumMarkerSeen += MarkersFound; in collectMarkers()
758 return MarkersFound; in collectMarkers()