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

References

lib/CodeGen/CodeGenPrepare.cpp
 5480   if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) {
 5481     assert(LI && ExtFedByLoad && "Expect a valid load and extension");
 5484     ExtFedByLoad->moveAfter(LI);
 5492     ExtFedByLoad->setDebugLoc(LI->getDebugLoc());
 5494     Inst = ExtFedByLoad;