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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 46 const unsigned BBSize = BB->size();
53 DefIndices[i] = BBSize;
59 bool IsReturnBlock = (BBSize != 0 && BB->back().isReturn());
69 KillIndices[Reg] = BBSize;
84 KillIndices[Reg] = BBSize;
AggressiveAntiDepBreaker.cpp 50 const unsigned BBSize = BB->size();
57 DefIndices[i] = BBSize;
    [all...]

Completed in 70 milliseconds