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

References

include/llvm/CodeGen/VirtRegMap.h
  156       if (getStackSlot(virtReg) == NO_STACK_SLOT)
lib/CodeGen/InlineSpiller.cpp
 1116   StackSlot = VRM.getStackSlot(Original);
 1536   else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT)
 1537     VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old));
lib/CodeGen/LiveDebugVariables.cpp
 1180       } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
 1191         Loc = MachineOperand::CreateFI(VRM.getStackSlot(VirtReg));