HomeSort by: relevance | last modified time | path
    Searched defs:NumMarkers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 1231 unsigned NumMarkers = collectMarkers(NumSlots);
1234 LLVM_DEBUG(dbgs() << "Found " << NumMarkers << " markers and " << NumSlots
1248 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring ||
StackColoring.cpp 1231 unsigned NumMarkers = collectMarkers(NumSlots);
1234 LLVM_DEBUG(dbgs() << "Found " << NumMarkers << " markers and " << NumSlots
1248 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring ||

Completed in 46 milliseconds