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

References

tools/polly/lib/Transform/RewriteByReferenceParameters.cpp
   39     BasicBlock *Entry = &Inst.getParent()->getParent()->getEntryBlock();
   41     auto *Call = dyn_cast<CallInst>(&Inst);
   73         new LoadInst(Alloca, "polly_byref_load_" + InstName, &Inst);
   75     new StoreInst(LoadedVal, NewAlloca, &Inst);
   77                                        "polly_byref_cast_" + InstName, &Inst);