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

References

lib/Transforms/Utils/CodeExtractor.cpp
  816                                     AllowVarArgs && oldFunction->isVarArg());
  824       funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(),
  825       oldFunction->getName() + "." + SuffixToUse, M);
  827   if (oldFunction->doesNotThrow())
  831   if (oldFunction->hasUWTable())
  841   for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) {
  968       if (I->isTerminator() && I->getFunction() == oldFunction &&