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

References

lib/CodeGen/StackColoring.cpp
  912     assert(To && From && "Invalid allocation object");
  913     Allocas[From] = To;
  921     Instruction *Inst = const_cast<AllocaInst *>(To);
  922     if (From->getType() != To->getType()) {
  930     MergedAllocas.insert(To);