reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/CallingConvLower.h
  389     for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired;
  390          ++StartIdx) {
  394         if (isAllocated(Regs[StartIdx + BlockIdx])) {
  402           MarkAllocated(Regs[StartIdx + BlockIdx]);
  404         return Regs[StartIdx];