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

References

lib/CodeGen/SafeStack.cpp
  758   findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
  761   if (StaticAllocas.empty() && DynamicAllocas.empty() &&
  765   if (!StaticAllocas.empty() || !DynamicAllocas.empty() ||
  819       IRB, F, StackRestorePoints, StaticTop, !DynamicAllocas.empty());
  823                                   DynamicAllocas);