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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp1 //===-- AArch64A57FPLoadBalancing.cpp - Balance FP ops statically on A57---===//
139 int &Balance);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp181 int32_t Balance = height(N->Right) - height(N->Left); local
182 if (Balance < -1)
184 if (Balance > 1)

Completed in 192 milliseconds