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

References

lib/CodeGen/InlineSpiller.cpp
 1147   if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) {
 1147   if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) {
 1150     StackSlotToOrigLI[StackSlot] = std::move(LI);
 1153   VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot());
 1162   auto It = StackSlotToOrigLI.find(StackSlot);
 1163   if (It == StackSlotToOrigLI.end())
 1469     LiveInterval &OrigLI = *StackSlotToOrigLI[Slot];