Searched refs:LastPartDefDist (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp289 unsigned LastPartDefDist = 0; local
297 if (Dist > LastPartDefDist)
298 LastPartDefDist = Dist;
337 unsigned LastPartDefDist = 0; local
346 if (Dist > LastPartDefDist) {
347 LastPartDefDist = Dist;

Completed in 26 milliseconds