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

References

lib/Target/ARM/ARMCodeGenPrepare.cpp
  568     if (shouldPromote(I)) {
  584     if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I))
  901   if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
  925     if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) {
  974     if (isSource(V) || shouldPromote(V)) {