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

References

include/llvm/CodeGen/VirtRegMap.h
   73           Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) {}
  156       if (getStackSlot(virtReg) == NO_STACK_SLOT)
lib/CodeGen/InlineSpiller.cpp
 1065   if (StackSlot == VirtRegMap::NO_STACK_SLOT) {
 1536   else if (VRM.getStackSlot(Old) != VirtRegMap::NO_STACK_SLOT)
lib/CodeGen/LiveDebugVariables.cpp
 1180       } else if (VRM.getStackSlot(VirtReg) != VirtRegMap::NO_STACK_SLOT) {
lib/CodeGen/VirtRegMap.cpp
  121   assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT &&
  129   assert(Virt2StackSlotMap[virtReg.id()] == NO_STACK_SLOT &&
  150     if (Virt2StackSlotMap[Reg] != VirtRegMap::NO_STACK_SLOT) {