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

Declarations

lib/CodeGen/CodeGenPrepare.cpp
  376     bool tryToPromoteExts(TypePromotionTransaction &TPT,

References

lib/CodeGen/CodeGenPrepare.cpp
 5177     (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost);
 5472   bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts);
 5564       bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains);