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

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 63 unsigned FuncSize = 0;
74 FuncSize += BlockSize;
80 if (FuncSize < (1 << 9)) {
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 73 unsigned FuncSize = 0;
84 FuncSize += BlockSize;
90 if (FuncSize < (1 << 15)) {

Completed in 3439 milliseconds