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

/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1662 unsigned NumMove = 0; local
1689 if (++NumMove == 8) // FIXME: Tune this limit.
1693 if (NumMove <= 1)
1698 for (int i = NumMove-1; i >= 0; --i) {
1705 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
1710 for (unsigned i = 0; i != NumMove; ++i)
1730 if (NumMove == 2 && CanFormLdStDWord(Op0, Op1, dl, NewOpc,
1778 for (unsigned i = 0; i != NumMove; ++i) {
1785 NumLdStMoved += NumMove;

Completed in 141 milliseconds