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