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

References

lib/Transforms/IPO/ArgumentPromotion.cpp
  141     if (ByValArgsToTransform.count(&*I)) {
  255       if (!ArgsToPromote.count(&*I) && !ByValArgsToTransform.count(&*I)) {
  258       } else if (ByValArgsToTransform.count(&*I)) {
  373     if (!ArgsToPromote.count(&*I) && !ByValArgsToTransform.count(&*I)) {
  382     if (ByValArgsToTransform.count(&*I)) {