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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2141 unsigned NumRLInsts = 0; local
2149 NumRLInsts +=
2158 << " using rotates: " << NumRLInsts << "\n"); local
2164 if (NumAndInsts > NumRLInsts)
2169 if ((Use32BitInsts || MoreBG) && NumAndInsts == NumRLInsts)

Completed in 75 milliseconds