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 45 const unsigned BBSize = BB->size();
52 DefIndices[i] = BBSize;
58 bool IsReturnBlock = (BBSize != 0 && BB->back().isReturn());
67 KillIndices[Reg] = BBSize;
74 KillIndices[AliasReg] = BBSize;
89 KillIndices[Reg] = BBSize;
96 KillIndices[AliasReg] = BBSize;
110 KillIndices[Reg] = BBSize;
117 KillIndices[AliasReg] = BBSize;
AggressiveAntiDepBreaker.cpp 50 const unsigned BBSize = BB->size();
57 DefIndices[i] = BBSize;
    [all...]

Completed in 42 milliseconds