HomeSort by relevance Sort by last modified time
    Searched refs:LastDefDist (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 195 unsigned LastDefDist = 0;
203 if (Dist > LastDefDist) {
206 LastDefDist = Dist;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 191 unsigned LastDefDist = 0;
199 if (Dist > LastDefDist) {
202 LastDefDist = Dist;

Completed in 164 milliseconds