Searched refs:MaxNumRetRegs (Results 1 – 1 of 1) sorted by relevance
68 static cl::opt<unsigned> MaxNumRetRegs( variable153 const unsigned MaxOutArgSizeBytes = 4 * MaxNumRetRegs; in getOutArgumentType()193 if (ReturnNumRegs >= MaxNumRetRegs) in runOnFunction()249 if (ArgNumRegs + ReturnNumRegs > MaxNumRetRegs) in runOnFunction()