reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
158 bool isLegalToPromote(Value *V);
901 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) 925 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) {