HomeSort by: relevance | last modified time | path
    Searched refs:Balance (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 1 //===-- AArch64A57FPLoadBalancing.cpp - Balance FP ops statically on A57---===//
56 // Never use the balance information obtained from chains - return a specific
60 cl::desc("Ignore balance information, always return "
139 int &Balance);
384 // As we only have two colors, we can track the global (BB-level) balance of
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 181 int32_t Balance = height(N->Right) - height(N->Left);
182 if (Balance < -1)
184 if (Balance > 1)
667 // balance is greater to the right. Otherwise the rotation will create
682 // balance is greater to the left. Otherwise the rotation will create

Completed in 17 milliseconds