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

References

lib/CodeGen/SwiftErrorValueTracking.cpp
   88   SwiftErrorVals.clear();
  104       SwiftErrorVals.push_back(&*AI);
  111           SwiftErrorVals.push_back(Alloca);
  121   if (SwiftErrorVals.empty())
  128   for (const auto *SwiftErrorVal : SwiftErrorVals) {
  153   if (SwiftErrorVals.empty())
  160     for (const auto *SwiftErrorVal : SwiftErrorVals) {
  262   if (!TLI->supportSwiftError() || SwiftErrorVals.empty())