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

Declarations

include/llvm/CodeGen/VirtRegMap.h
  177     void assignVirt2StackSlot(Register virtReg, int SS);

References

lib/CodeGen/InlineSpiller.cpp
 1073     VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot);
 1537     VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old));