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

References

lib/Transforms/IPO/DeadArgumentElimination.cpp
  293     if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) {
  293     if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) {
  293     if (!Arg.hasSwiftErrorAttr() && Arg.use_empty() && !Arg.hasByValOrInAllocaAttr()) {
  294       if (Arg.isUsedByMetadata()) {
  295         Arg.replaceAllUsesWith(UndefValue::get(Arg.getType()));
  295         Arg.replaceAllUsesWith(UndefValue::get(Arg.getType()));
  298       UnusedArgs.push_back(Arg.getArgNo());