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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 1156   if (!Malloc || !Malloc->hasOneUse())
 1156   if (!Malloc || !Malloc->hasOneUse())
 1160   Function *InnerCallee = Malloc->getCalledFunction();
 1170   if (Memset->getArgOperand(2) != Malloc->getArgOperand(0))
 1175   B.SetInsertPoint(Malloc->getParent(), ++Malloc->getIterator());
 1175   B.SetInsertPoint(Malloc->getParent(), ++Malloc->getIterator());
 1176   const DataLayout &DL = Malloc->getModule()->getDataLayout();
 1179                                  Malloc->getArgOperand(0),
 1180                                  Malloc->getAttributes(), B, *TLI)) {
 1181     substituteInParent(Malloc, Calloc);