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

References

tools/polly/lib/Transform/RewriteByReferenceParameters.cpp
   63     if (!Alloca)
   66     std::string InstName = Alloca->getName();
   69         new AllocaInst(Alloca->getType()->getElementType(), 0,
   73         new LoadInst(Alloca, "polly_byref_load_" + InstName, &Inst);