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

References

lib/CodeGen/CodeGenPrepare.cpp
 6611     LLVM_DEBUG(dbgs() << "Use: " << *ToBePromoted << '\n');
 6613     if (ToBePromoted->getParent() != Parent) {
 6615                         << ToBePromoted->getParent()->getName()
 6621     if (VPH.canCombine(ToBePromoted)) {
 6623                         << "will be combined with: " << *ToBePromoted << '\n');
 6624       VPH.recordCombineInstruction(ToBePromoted);
 6631     if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))
 6631     if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))
 6636     VPH.enqueueForPromotion(ToBePromoted);
 6637     Inst = ToBePromoted;