Lines Matching defs:AccInst
1041 Instruction *AccInst) {
1051 Type *Ty = AccInst->getType();
1057 PreloadInst->setAlignment(cast<LoadInst>(AccInst)->getAlign());
1062 SE.forgetValue(AccInst);
1084 Instruction *AccInst = MA.getAccessInstruction();
1085 Type *AccInstTy = AccInst->getType();
1089 PreloadVal = preloadUnconditionally(AccessRange, Build, AccInst);
1139 Value *PreAccInst = preloadUnconditionally(AccessRange, Build, AccInst);
1142 AccInstTy, 2, "polly.preload." + AccInst->getName() + ".merge");
1217 Instruction *AccInst = MA->getAccessInstruction();
1218 Type *AccInstTy = AccInst->getType();
1231 isl_id *ParamId = S.getIdForParam(SE.getSCEV(AccInst)).release();
1239 AccInst->getName() + ".preload.s2a",
1243 PreloadedPointer[PreloadVal] = AccInst;