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

References

lib/CodeGen/StackColoring.cpp
  735             LLVM_DEBUG(dbgs() << "Found a use of slot #" << Slot);
  739             const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
  745             if (BlockInfo.End.test(Slot)) {
  746               BlockInfo.End.reset(Slot);
  748             BlockInfo.Begin.set(Slot);