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

References

lib/CodeGen/CodeGenPrepare.cpp
 6621     if (VPH.canCombine(ToBePromoted)) {
 6624       VPH.recordCombineInstruction(ToBePromoted);
 6625       bool Changed = VPH.promote();
 6631     if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))
 6631     if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))
 6636     VPH.enqueueForPromotion(ToBePromoted);