Searched refs:MaxNumRetRegs (Results 1 – 1 of 1) sorted by relevance
87 static cl::opt<unsigned> MaxNumRetRegs( variable190 const unsigned MaxOutArgSizeBytes = 4 * MaxNumRetRegs; in isOutArgumentCandidate()243 if (ReturnNumRegs >= MaxNumRetRegs) in runOnFunction()298 if (ArgNumRegs + ReturnNumRegs > MaxNumRetRegs) in runOnFunction()