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

References

tools/polly/lib/CodeGen/IslNodeBuilder.cpp
 1245   Type *AccInstTy = AccInst->getType();
 1249     PreloadVal = preloadUnconditionally(AccessRange, Build, AccInst);
 1299   Value *PreAccInst = preloadUnconditionally(AccessRange, Build, AccInst);
 1302       AccInstTy, 2, "polly.preload." + AccInst->getName() + ".merge");