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

References

lib/Transforms/IPO/GlobalOpt.cpp
  257         if (isAllocationFn(I, GetTLI))
  259         Instruction *J = dyn_cast<Instruction>(I->getOperand(0));
  262         I->eraseFromParent();
  263         I = J;
  265       I->eraseFromParent();