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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1649 unsigned NumRLInsts = 0; local
1654 NumRLInsts +=
1663 " using rotates: " << NumRLInsts << "\n"); local
1669 if (NumAndInsts > NumRLInsts)
1671 if (Use32BitInsts && NumAndInsts == NumRLInsts)

Completed in 57 milliseconds