Lines Matching defs:LAI
41 LoopVersioning::LoopVersioning(const LoopAccessInfo &LAI,
46 Preds(LAI.getPSE().getPredicate()), LAI(LAI), LI(LI), DT(DT),
62 const auto &RtPtrChecking = *LAI.getRuntimePointerChecking();
183 const RuntimePointerChecking *RtPtrChecking = LAI.getRuntimePointerChecking();
224 for (Instruction *I : LAI.getDepChecker().getMemoryInstructions()) {
279 const LoopAccessInfo &LAI = LAIs.getInfo(*L);
280 if (!LAI.hasConvergentOp() &&
281 (LAI.getNumRuntimePointerChecks() ||
282 !LAI.getPSE().getPredicate().isAlwaysTrue())) {
283 LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L,