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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1830                 new LoadInst(Alloca->getAllocatedType(), Alloca, "",
 1830                 new LoadInst(Alloca->getAllocatedType(), Alloca, "",
 1837             new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use);
 1837             new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use);
 1845     StoreInst *Store = new StoreInst(Def, Alloca);
 1860       Store->insertAfter(cast<Instruction>(Alloca));