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()) {
 1150     StackSlotToOrigLI[StackSlot] = std::move(LI);
 1153   VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot());
 1154   std::pair<int, VNInfo *> MIdx = std::make_pair(StackSlot, OrigVNI);