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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 289 unsigned LastPartDefDist = 0;
297 if (Dist > LastPartDefDist)
298 LastPartDefDist = Dist;
337 unsigned LastPartDefDist = 0;
346 if (Dist > LastPartDefDist) {
347 LastPartDefDist = Dist;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 288 unsigned LastPartDefDist = 0;
296 if (Dist > LastPartDefDist)
297 LastPartDefDist = Dist;
336 unsigned LastPartDefDist = 0;
345 if (Dist > LastPartDefDist) {
346 LastPartDefDist = Dist;

Completed in 53 milliseconds